#A22306

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

Shades of Fire Brick #A22306

Tints of Fire Brick #A22306

Color information

#A22306 (or 0xA22306) is unknown color: approx Fire Brick. HEX triplet: A2, 23 and 06. RGB value is (162,35,6). Sum of RGB (Red+Green+Blue) = 162+35+6=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A22306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22306 is #5DDCF9. Grayscale: #454545. Windows color (decimal): -6151418 or 402338. OLE color: 402338.

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

Color convert

RGB162356-
CMYK00.780.960.36
HSL11.15º92.86%32.94%-
HSV(B)11.15º96.3%63.53%-
XYZ15.538.91.07-
YUV69.6792.08193.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.80%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=79.80%
G=17.24%
B=2.96%

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
Decimal16235600.780.960.3611.1592.8632.94
HexA223604E6024b5d21
Octal2424360116140441313541
Binary1010001010001111001001110110000010010010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22306; }

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

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

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

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

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

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

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

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