#B51612

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

Shades of Fire Brick #B51612

Tints of Fire Brick #B51612

Color information

#B51612 (or 0xB51612) is unknown color: approx Fire Brick. HEX triplet: B5, 16 and 12. RGB value is (181,22,18). Sum of RGB (Red+Green+Blue) = 181+22+18=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B51612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51612 is #4AE9ED. Grayscale: #454545. Windows color (decimal): -4909550 or 1185461. OLE color: 1185461.

HSL color Cylindrical-coordinate representation of color #B51612: hue angle of 1.47º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51612 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1812218-
CMYK00.880.900.29
HSL1.47º81.91%39.02%-
HSV(B)1.47º90.06%70.98%-
XYZ19.4510.441.56-
YUV69.0999.18207.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 81.90%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=81.90%
G=9.95%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181221800.880.900.291.4781.9139.02
HexB516120585A1D15227
Octal2652622013013235112247
Binary1011010110110100100101100010110101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51612; }

 p { color: rgb(181,22,18); }

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

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

 a { background-color: rgb(181,22,18); }

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

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

 span { border-color: rgb(181,22,18); }

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