#a92a16

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

Shades of Fire Brick #A92A16

Tints of Fire Brick #A92A16

Color information

#A92A16 (or 0xA92A16) is unknown color: approx Fire Brick. HEX triplet: A9, 2A and 16. RGB value is (169,42,22). Sum of RGB (Red+Green+Blue) = 169+42+22=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A16 is #56D5E9. Grayscale: #4D4D4D. Windows color (decimal): -5690858 or 1452713. OLE color: 1452713.

HSL color Cylindrical-coordinate representation of color #A92A16: hue angle of 8.16º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A92A16 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1694222-
CMYK00.750.870.34
HSL8.16º76.96%37.45%-
HSV(B)8.16º86.98%66.27%-
XYZ17.3310.151.8-
YUV77.6996.58193.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.53%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=72.53%
G=18.03%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169422200.750.870.348.1676.9637.45
HexA92A1604B572284d25
Octal25152260113127421011545
Binary101010011010101011001001011101011110001010001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92a16; }

 p { color: rgb(169,42,22); }

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

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

 a { background-color: rgb(169,42,22); }

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

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

 span { border-color: rgb(169,42,22); }

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