#A22116

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

Shades of Fire Brick #A22116

Tints of Fire Brick #A22116

Color information

#A22116 (or 0xA22116) is unknown color: approx Fire Brick. HEX triplet: A2, 21 and 16. RGB value is (162,33,22). Sum of RGB (Red+Green+Blue) = 162+33+22=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A22116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22116 is #5DDEE9. Grayscale: #464646. Windows color (decimal): -6151914 or 1450402. OLE color: 1450402.

HSL color Cylindrical-coordinate representation of color #A22116: hue angle of 4.71º 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 #A22116 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1623322-
CMYK00.800.860.36
HSL4.71º76.09%36.08%-
HSV(B)4.71º86.42%63.53%-
XYZ15.598.831.64-
YUV70.32100.74193.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.65%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=74.65%
G=15.21%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162332200.800.860.364.7176.0936.08
HexA22116050562454c24
Octal2424126012012644511444
Binary10100010100001101100101000010101101001001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22116; }

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

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

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

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

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

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

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

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