#B02214

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

Shades of Fire Brick #B02214

Tints of Fire Brick #B02214

Color information

#B02214 (or 0xB02214) is unknown color: approx Fire Brick. HEX triplet: B0, 22 and 14. RGB value is (176,34,20). Sum of RGB (Red+Green+Blue) = 176+34+20=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B02214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02214 is #4FDDEB. Grayscale: #4B4B4B. Windows color (decimal): -5234156 or 1319600. OLE color: 1319600.

HSL color Cylindrical-coordinate representation of color #B02214: hue angle of 5.38º 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 #B02214 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1763420-
CMYK00.810.890.31
HSL5.38º79.59%38.43%-
HSV(B)5.38º88.64%69.02%-
XYZ18.610.421.69-
YUV74.8697.04200.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.52%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=76.52%
G=14.78%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176342000.810.890.315.3879.5938.43
HexB02214051591F55026
Octal2604224012113137512046
Binary1011000010001010100010100011011001111111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02214; }

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

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

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

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

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

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

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

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