#a92320

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

Shades of Fire Brick #A92320

Tints of Fire Brick #A92320

Color information

#A92320 (or 0xA92320) is unknown color: approx Fire Brick. HEX triplet: A9, 23 and 20. RGB value is (169,35,32). Sum of RGB (Red+Green+Blue) = 169+35+32=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A92320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92320 is #56DCDF. Grayscale: #4A4A4A. Windows color (decimal): -5692640 or 2106281. OLE color: 2106281.

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

Color convert

RGB1693532-
CMYK00.790.810.34
HSL1.31º68.16%39.41%-
HSV(B)1.31º81.07%66.27%-
XYZ17.229.742.34-
YUV74.72103.89195.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.61%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=71.61%
G=14.83%
B=13.56%

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
Decimal169353200.790.810.341.3168.1639.41
HexA9232004F512214427
Octal2514340011712142110447
Binary1010100110001110000001001111101000110001011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92320; }

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

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

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

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

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

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

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

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