#B12B16

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

Shades of Fire Brick #B12B16

Tints of Fire Brick #B12B16

Color information

#B12B16 (or 0xB12B16) is unknown color: approx Fire Brick. HEX triplet: B1, 2B and 16. RGB value is (177,43,22). Sum of RGB (Red+Green+Blue) = 177+43+22=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B16 is #4ED4E9. Grayscale: #505050. Windows color (decimal): -5166314 or 1452977. OLE color: 1452977.

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

Color convert

RGB1774322-
CMYK00.760.880.31
HSL8.13º77.89%39.02%-
HSV(B)8.13º87.57%69.41%-
XYZ19.1411.131.9-
YUV80.6794.89196.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=73.14%
G=17.77%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177432200.760.880.318.1377.8939.02
HexB12B1604C581F84e27
Octal26153260114130371011647
Binary10110001101011101100100110010110001111110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B16; }

 p { color: rgb(177,43,22); }

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

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

 a { background-color: rgb(177,43,22); }

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

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

 span { border-color: rgb(177,43,22); }

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