#A22216

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

Shades of Fire Brick #A22216

Tints of Fire Brick #A22216

Color information

#A22216 (or 0xA22216) is unknown color: approx Fire Brick. HEX triplet: A2, 22 and 16. RGB value is (162,34,22). Sum of RGB (Red+Green+Blue) = 162+34+22=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A22216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22216 is #5DDDE9. Grayscale: #474747. Windows color (decimal): -6151658 or 1450658. OLE color: 1450658.

HSL color Cylindrical-coordinate representation of color #A22216: hue angle of 5.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A22216 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1623422-
CMYK00.790.860.36
HSL5.14º76.09%36.08%-
HSV(B)5.14º86.42%63.53%-
XYZ15.628.881.65-
YUV70.9100.41192.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.31%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=74.31%
G=15.60%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162342200.790.860.365.1476.0936.08
HexA2221604F562454c24
Octal2424226011712644511444
Binary10100010100010101100100111110101101001001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22216; }

 p { color: rgb(162,34,22); }

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

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

 a { background-color: rgb(162,34,22); }

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

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

 span { border-color: rgb(162,34,22); }

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