#A92305

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

Shades of Fire Brick #A92305

Tints of Fire Brick #A92305

Color information

#A92305 (or 0xA92305) is unknown color: approx Fire Brick. HEX triplet: A9, 23 and 05. RGB value is (169,35,5). Sum of RGB (Red+Green+Blue) = 169+35+5=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A92305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92305 is #56DCFA. Grayscale: #474747. Windows color (decimal): -5692667 or 336809. OLE color: 336809.

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

Color convert

RGB169355-
CMYK00.790.970.34
HSL10.98º94.25%34.12%-
HSV(B)10.98º97.04%66.27%-
XYZ16.999.651.11-
YUV71.6590.39197.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.86%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=80.86%
G=16.75%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16935500.790.970.3410.9894.2534.12
HexA923504F6122b5e22
Octal2514350117141421313642
Binary1010100110001110101001111110000110001010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92305; }

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

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

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

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

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

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

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

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