#B8180C

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

Shades of Fire Brick #B8180C

Tints of Fire Brick #B8180C

Color information

#B8180C (or 0xB8180C) is unknown color: approx Fire Brick. HEX triplet: B8, 18 and 0C. RGB value is (184,24,12). Sum of RGB (Red+Green+Blue) = 184+24+12=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8180C is #47E7F3. Grayscale: #464646. Windows color (decimal): -4712436 or 792760. OLE color: 792760.

HSL color Cylindrical-coordinate representation of color #B8180C: hue angle of 4.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8180C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB1842412-
CMYK00.870.930.28
HSL4.19º87.76%38.43%-
HSV(B)4.19º93.48%72.16%-
XYZ20.1610.871.38-
YUV70.4795.01208.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.64%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=83.64%
G=10.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184241200.870.930.284.1987.7638.43
HexB818C0575D1C45826
Octal2703014012713534413046
Binary10111000110001100010101111011101111001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8180C; }

 p { color: rgb(184,24,12); }

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

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

 a { background-color: rgb(184,24,12); }

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

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

 span { border-color: rgb(184,24,12); }

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