Html Css Color HEX #AA1916 Fire Brick

📋 copy color: '#AA1916'

red 170 ◦ green 25 ◦ blue 22

#AA1916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AA1916

Tints of Fire Brick #AA1916

RGB

 RED value IS 170 (66.8% from 255) = 78.34%

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 78.34%
G = 11.52%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA1916 (or 0xAA1916) is known color: Fire Brick. HEX triplet: AA, 19 and 16. RGB value is (170,25,22). Sum of RGB (Red+Green+Blue) = 170+25+22=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1916 is #55E6E9. Grayscale: #444444. Windows color (decimal): -5629674 or 1448362. OLE color: 1448362.

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

Color convert

RGB 170 25 22 -
CMYK 0 0.85 0.87 0.33
HSL 1.22º 0.77% 0.38% -
HSV(B) 1.22º 0.87% 0.67% -
XYZ 17.07 9.3 1.65 -
YUV 68.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 170 25 22 0 0.85 0.87 0.33 1.22 0.77 0.38
Hex AA 19 16 0 55 57 21 1 4D 26
Octal 252 31 26 0 125 127 41 1 115 46
Binary 10101010 11001 10110 0 1010101 1010111 100001 1 1001101 100110

Color Harmonies of #AA1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1916

Black with #AA1916

Text Example


Text Example

White with #AA1916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1916; }

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

 H1.HeaderClassName
 {
   color: #AA1916;
 }
 .AnyTagClassName
 {
   color: #AA1916;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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