#A91916

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

Shades of Fire Brick #A91916

Tints of Fire Brick #A91916

Color information

#A91916 (or 0xA91916) is unknown color: approx Fire Brick. HEX triplet: A9, 19 and 16. RGB value is (169,25,22). Sum of RGB (Red+Green+Blue) = 169+25+22=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A91916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91916 is #56E6E9. Grayscale: #434343. Windows color (decimal): -5695210 or 1448361. OLE color: 1448361.

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

Color convert

RGB1692522-
CMYK00.850.870.34
HSL1.22º76.96%37.45%-
HSV(B)1.22º86.98%66.27%-
XYZ16.859.191.64-
YUV67.71102.21200.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 78.24%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=78.24%
G=11.57%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169252200.850.870.341.2276.9637.45
HexA91916055572214d25
Octal2513126012512742111545
Binary10101001110011011001010101101011110001011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91916; }

 p { color: rgb(169,25,22); }

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

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

 a { background-color: rgb(169,25,22); }

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

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

 span { border-color: rgb(169,25,22); }

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