#B01614

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

Shades of Fire Brick #B01614

Tints of Fire Brick #B01614

Color information

#B01614 (or 0xB01614) is unknown color: approx Fire Brick. HEX triplet: B0, 16 and 14. RGB value is (176,22,20). Sum of RGB (Red+Green+Blue) = 176+22+20=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B01614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01614 is #4FE9EB. Grayscale: #434343. Windows color (decimal): -5237228 or 1316528. OLE color: 1316528.

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

Color convert

RGB1762220-
CMYK00.880.890.31
HSL0.77º79.59%38.43%-
HSV(B)0.77º88.64%69.02%-
XYZ18.329.851.6-
YUV67.82101.02205.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 80.73%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=80.73%
G=10.09%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176222000.880.890.310.7779.5938.43
HexB01614058591F15026
Octal2602624013013137112046
Binary1011000010110101000101100010110011111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01614; }

 p { color: rgb(176,22,20); }

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

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

 a { background-color: rgb(176,22,20); }

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

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

 span { border-color: rgb(176,22,20); }

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