#A92216

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

Shades of Fire Brick #A92216

Tints of Fire Brick #A92216

Color information

#A92216 (or 0xA92216) is unknown color: approx Fire Brick. HEX triplet: A9, 22 and 16. RGB value is (169,34,22). Sum of RGB (Red+Green+Blue) = 169+34+22=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92216 is #56DDE9. Grayscale: #494949. Windows color (decimal): -5692906 or 1450665. OLE color: 1450665.

HSL color Cylindrical-coordinate representation of color #A92216: hue angle of 4.9º 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 #A92216 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1693422-
CMYK00.800.870.34
HSL4.9º76.96%37.45%-
HSV(B)4.9º86.98%66.27%-
XYZ17.089.641.72-
YUV7399.23196.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.11%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=75.11%
G=15.11%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169342200.800.870.344.976.9637.45
HexA92216050572254d25
Octal2514226012012742511545
Binary10101001100010101100101000010101111000101011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92216; }

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

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

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

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

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

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

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

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