#B22C16

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

Shades of Fire Brick #B22C16

Tints of Fire Brick #B22C16

Color information

#B22C16 (or 0xB22C16) is unknown color: approx Fire Brick. HEX triplet: B2, 2C and 16. RGB value is (178,44,22). Sum of RGB (Red+Green+Blue) = 178+44+22=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C16 is #4DD3E9. Grayscale: #515151. Windows color (decimal): -5100522 or 1453234. OLE color: 1453234.

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

Color convert

RGB1784422-
CMYK00.750.880.30
HSL8.46º78%39.22%-
HSV(B)8.46º87.64%69.8%-
XYZ19.4111.321.92-
YUV81.5694.39196.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=72.95%
G=18.03%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178442200.750.880.308.467839.22
HexB22C1604B581E84e27
Octal26254260113130361011647
Binary10110010101100101100100101110110001111010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C16; }

 p { color: rgb(178,44,22); }

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

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

 a { background-color: rgb(178,44,22); }

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

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

 span { border-color: rgb(178,44,22); }

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