#B12C12

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

Shades of Fire Brick #B12C12

Tints of Fire Brick #B12C12

Color information

#B12C12 (or 0xB12C12) is unknown color: approx Fire Brick. HEX triplet: B1, 2C and 12. RGB value is (177,44,18). Sum of RGB (Red+Green+Blue) = 177+44+18=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12C12 is #4ED3ED. Grayscale: #515151. Windows color (decimal): -5166062 or 1191089. OLE color: 1191089.

HSL color Cylindrical-coordinate representation of color #B12C12: hue angle of 9.81º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B12C12 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1774418-
CMYK00.750.900.31
HSL9.81º81.54%38.24%-
HSV(B)9.81º89.83%69.41%-
XYZ19.1411.191.72-
YUV80.892.56196.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.06%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=74.06%
G=18.41%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177441800.750.900.319.8181.5438.24
HexB12C1204B5A1Fa5226
Octal26154220113132371212246
Binary10110001101100100100100101110110101111110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C12; }

 p { color: rgb(177,44,18); }

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

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

 a { background-color: rgb(177,44,18); }

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

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

 span { border-color: rgb(177,44,18); }

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