#B12D18

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

Shades of Fire Brick #B12D18

Tints of Fire Brick #B12D18

Color information

#B12D18 (or 0xB12D18) is unknown color: approx Fire Brick. HEX triplet: B1, 2D and 18. RGB value is (177,45,24). Sum of RGB (Red+Green+Blue) = 177+45+24=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D18 is #4ED2E7. Grayscale: #525252. Windows color (decimal): -5165800 or 1584561. OLE color: 1584561.

HSL color Cylindrical-coordinate representation of color #B12D18: hue angle of 8.24º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B12D18 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1774524-
CMYK00.750.860.31
HSL8.24º76.12%39.41%-
HSV(B)8.24º86.44%69.41%-
XYZ19.2311.292.03-
YUV82.0795.23195.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.95%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=71.95%
G=18.29%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177452400.750.860.318.2476.1239.41
HexB12D1804B561F84c27
Octal26155300113126371011447
Binary10110001101101110000100101110101101111110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D18; }

 p { color: rgb(177,45,24); }

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

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

 a { background-color: rgb(177,45,24); }

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

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

 span { border-color: rgb(177,45,24); }

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