#B22A29

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

Shades of Fire Brick #B22A29

Tints of Fire Brick #B22A29

Color information

#B22A29 (or 0xB22A29) is unknown color: approx Fire Brick. HEX triplet: B2, 2A and 29. RGB value is (178,42,41). Sum of RGB (Red+Green+Blue) = 178+42+41=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A29 is #4DD5D6. Grayscale: #525252. Windows color (decimal): -5101015 or 2697906. OLE color: 2697906.

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

Color convert

RGB1784241-
CMYK00.760.770.30
HSL0.44º62.56%42.94%-
HSV(B)0.44º76.97%69.8%-
XYZ19.5911.283.24-
YUV82.55104.56196.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.20%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=68.20%
G=16.09%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178424100.760.770.300.4462.5642.94
HexB22A2904C4D1E03f2b
Octal262525101141153607753
Binary10110010101010101001010011001001101111100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A29; }

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

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

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

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

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

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

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

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