#A92420

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

Shades of Fire Brick #A92420

Tints of Fire Brick #A92420

Color information

#A92420 (or 0xA92420) is unknown color: approx Fire Brick. HEX triplet: A9, 24 and 20. RGB value is (169,36,32). Sum of RGB (Red+Green+Blue) = 169+36+32=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A92420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92420 is #56DBDF. Grayscale: #4B4B4B. Windows color (decimal): -5692384 or 2106537. OLE color: 2106537.

HSL color Cylindrical-coordinate representation of color #A92420: hue angle of 1.75º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92420 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1693632-
CMYK00.790.810.34
HSL1.75º68.16%39.41%-
HSV(B)1.75º81.07%66.27%-
XYZ17.259.82.35-
YUV75.31103.56194.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.31%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=71.31%
G=15.19%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169363200.790.810.341.7568.1639.41
HexA9242004F512224427
Octal2514440011712142210447
Binary10101001100100100000010011111010001100010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92420; }

 p { color: rgb(169,36,32); }

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

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

 a { background-color: rgb(169,36,32); }

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

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

 span { border-color: rgb(169,36,32); }

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