#A91E0A

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

Shades of Fire Brick #A91E0A

Tints of Fire Brick #A91E0A

Color information

#A91E0A (or 0xA91E0A) is unknown color: approx Fire Brick. HEX triplet: A9, 1E and 0A. RGB value is (169,30,10). Sum of RGB (Red+Green+Blue) = 169+30+10=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E0A is #56E1F5. Grayscale: #454545. Windows color (decimal): -5693942 or 663209. OLE color: 663209.

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

Color convert

RGB1693010-
CMYK00.820.940.34
HSL7.55º88.83%35.1%-
HSV(B)7.55º94.08%66.27%-
XYZ16.889.391.21-
YUV69.2894.55199.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.86%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=80.86%
G=14.35%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169301000.820.940.347.5588.8335.1
HexA91EA0525E2285923
Octal25136120122136421013143
Binary1010100111110101001010010101111010001010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E0A; }

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

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

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

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

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

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

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

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