#B81512

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

Shades of Fire Brick #B81512

Tints of Fire Brick #B81512

Color information

#B81512 (or 0xB81512) is unknown color: approx Fire Brick. HEX triplet: B8, 15 and 12. RGB value is (184,21,18). Sum of RGB (Red+Green+Blue) = 184+21+18=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81512 is #47EAED. Grayscale: #454545. Windows color (decimal): -4713198 or 1185208. OLE color: 1185208.

HSL color Cylindrical-coordinate representation of color #B81512: hue angle of 1.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81512 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1842118-
CMYK00.890.900.28
HSL1.08º82.18%39.61%-
HSV(B)1.08º90.22%72.16%-
XYZ20.1410.771.59-
YUV69.499209.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.51%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=82.51%
G=9.42%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184211800.890.900.281.0882.1839.61
HexB815120595A1C15228
Octal2702522013113234112250
Binary1011100010101100100101100110110101110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81512; }

 p { color: rgb(184,21,18); }

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

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

 a { background-color: rgb(184,21,18); }

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

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

 span { border-color: rgb(184,21,18); }

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