#A22211

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

Shades of Fire Brick #A22211

Tints of Fire Brick #A22211

Color information

#A22211 (or 0xA22211) is unknown color: approx Fire Brick. HEX triplet: A2, 22 and 11. RGB value is (162,34,17). Sum of RGB (Red+Green+Blue) = 162+34+17=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A22211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22211 is #5DDDEE. Grayscale: #464646. Windows color (decimal): -6151663 or 1122978. OLE color: 1122978.

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

Color convert

RGB1623417-
CMYK00.790.900.36
HSL7.03º81.01%35.1%-
HSV(B)7.03º89.51%63.53%-
XYZ15.578.871.42-
YUV70.3397.91193.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=76.06%
G=15.96%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162341700.790.900.367.0381.0135.1
HexA2221104F5A2475123
Octal2424221011713244712143
Binary10100010100010100010100111110110101001001111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22211; }

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

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

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

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

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

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

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

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