#B22017

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

Shades of Fire Brick #B22017

Tints of Fire Brick #B22017

Color information

#B22017 (or 0xB22017) is unknown color: approx Fire Brick. HEX triplet: B2, 20 and 17. RGB value is (178,32,23). Sum of RGB (Red+Green+Blue) = 178+32+23=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B22017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22017 is #4DDFE8. Grayscale: #4A4A4A. Windows color (decimal): -5103593 or 1515698. OLE color: 1515698.

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

Color convert

RGB1783223-
CMYK00.820.870.30
HSL3.48º77.11%39.41%-
HSV(B)3.48º87.08%69.8%-
XYZ19.0310.561.85-
YUV74.6398.87201.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.39%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=76.39%
G=13.73%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178322300.820.870.303.4877.1139.41
HexB22017052571E34d27
Octal2624027012212736311547
Binary101100101000001011101010010101011111110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22017; }

 p { color: rgb(178,32,23); }

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

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

 a { background-color: rgb(178,32,23); }

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

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

 span { border-color: rgb(178,32,23); }

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