#A22406

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

Shades of Fire Brick #A22406

Tints of Fire Brick #A22406

Color information

#A22406 (or 0xA22406) is unknown color: approx Fire Brick. HEX triplet: A2, 24 and 06. RGB value is (162,36,6). Sum of RGB (Red+Green+Blue) = 162+36+6=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A22406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22406 is #5DDBF9. Grayscale: #464646. Windows color (decimal): -6151162 or 402594. OLE color: 402594.

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

Color convert

RGB162366-
CMYK00.780.960.36
HSL11.54º92.86%32.94%-
HSV(B)11.54º96.3%63.53%-
XYZ15.568.961.08-
YUV70.2591.74193.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.41%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=79.41%
G=17.65%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16236600.780.960.3611.5492.8632.94
HexA224604E6024c5d21
Octal2424460116140441413541
Binary1010001010010011001001110110000010010011001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22406; }

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

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

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

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

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

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

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

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