#B61D10

Color #B61D10 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B61D10

Tints of Fire Brick #B61D10

Color information

#B61D10 (or 0xB61D10) is unknown color: approx Fire Brick. HEX triplet: B6, 1D and 10. RGB value is (182,29,16). Sum of RGB (Red+Green+Blue) = 182+29+16=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61D10 is #49E2EF. Grayscale: #494949. Windows color (decimal): -4842224 or 1056182. OLE color: 1056182.

HSL color Cylindrical-coordinate representation of color #B61D10: hue angle of 4.7º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61D10 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1822916-
CMYK00.840.910.29
HSL4.7º83.84%38.82%-
HSV(B)4.7º91.21%71.37%-
XYZ19.8210.861.54-
YUV73.2695.69205.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 80.18%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=80.18%
G=12.78%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182291600.840.910.294.783.8438.82
HexB61D100545B1D55427
Octal2663520012413335512447
Binary101101101110110000010101001011011111011011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D10; }

 p { color: rgb(182,29,16); }

 H1.HeaderClassName
 {
   color: #B61D10;
 }
 .AnyTagClassName
 {
   color: #B61D10;
 }
</style>
background-color css

<style>
 a { background-color: #B61D10; }

 a { background-color: rgb(182,29,16); }

 div.DivClassName
 {
   background-color: #B61D10;
 }
 .BgClassName
 {
   background-color: #B61D10;
 }
</style>
border-color css

<style>
 span { border-color: #B61D10; }

 span { border-color: rgb(182,29,16); }

 td.TdClassName
 {
   border-color: #B61D10;
 }
 .TagClassName
 {
   border-color: #B61D10;
 }
</style>