#A91A0A

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

Shades of Fire Brick #A91A0A

Tints of Fire Brick #A91A0A

Color information

#A91A0A (or 0xA91A0A) is unknown color: approx Fire Brick. HEX triplet: A9, 1A and 0A. RGB value is (169,26,10). Sum of RGB (Red+Green+Blue) = 169+26+10=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91A0A is #56E5F5. Grayscale: #434343. Windows color (decimal): -5694966 or 662185. OLE color: 662185.

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

Color convert

RGB1692610-
CMYK00.850.940.34
HSL6.04º88.83%35.1%-
HSV(B)6.04º94.08%66.27%-
XYZ16.799.21.18-
YUV66.9395.88200.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.44%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=82.44%
G=12.68%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169261000.850.940.346.0488.8335.1
HexA91AA0555E2265923
Octal2513212012513642613143
Binary101010011101010100101010110111101000101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91A0A; }

 p { color: rgb(169,26,10); }

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

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

 a { background-color: rgb(169,26,10); }

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

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

 span { border-color: rgb(169,26,10); }

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