#A22106

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

Shades of Fire Brick #A22106

Tints of Fire Brick #A22106

Color information

#A22106 (or 0xA22106) is unknown color: approx Fire Brick. HEX triplet: A2, 21 and 06. RGB value is (162,33,6). Sum of RGB (Red+Green+Blue) = 162+33+6=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A22106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22106 is #5DDEF9. Grayscale: #444444. Windows color (decimal): -6151930 or 401826. OLE color: 401826.

HSL color Cylindrical-coordinate representation of color #A22106: hue angle of 10.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A22106 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB162336-
CMYK00.800.960.36
HSL10.38º92.86%32.94%-
HSV(B)10.38º96.3%63.53%-
XYZ15.488.781.05-
YUV68.4992.74194.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.60%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=80.60%
G=16.42%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16233600.800.960.3610.3892.8632.94
HexA22160506024a5d21
Octal2424160120140441213541
Binary1010001010000111001010000110000010010010101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22106; }

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

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

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

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

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

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

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

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