#B22A19

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

Shades of Fire Brick #B22A19

Tints of Fire Brick #B22A19

Color information

#B22A19 (or 0xB22A19) is unknown color: approx Fire Brick. HEX triplet: B2, 2A and 19. RGB value is (178,42,25). Sum of RGB (Red+Green+Blue) = 178+42+25=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A19 is #4DD5E6. Grayscale: #505050. Windows color (decimal): -5101031 or 1649330. OLE color: 1649330.

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

Color convert

RGB1784225-
CMYK00.760.860.30
HSL6.67º75.37%39.8%-
HSV(B)6.67º85.96%69.8%-
XYZ19.3611.192.06-
YUV80.7396.56197.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.65%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=72.65%
G=17.14%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178422500.760.860.306.6775.3739.8
HexB22A1904C561E74b28
Octal2625231011412636711350
Binary1011001010101011001010011001010110111101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A19; }

 p { color: rgb(178,42,25); }

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

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

 a { background-color: rgb(178,42,25); }

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

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

 span { border-color: rgb(178,42,25); }

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