Html Css Color HEX #AA1917 Fire Brick

📋 copy color: '#AA1917'

red 170 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #AA1917

Tints of Fire Brick #AA1917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 77.98%
G = 11.47%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA1917 (or 0xAA1917) is known color: Fire Brick. HEX triplet: AA, 19 and 17. RGB value is (170,25,23). Sum of RGB (Red+Green+Blue) = 170+25+23=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1917 is #55E6E8. Grayscale: #444444. Windows color (decimal): -5629673 or 1513898. OLE color: 1513898.

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

Color convert

RGB 170 25 23 -
CMYK 0 0.85 0.86 0.33
HSL 0.82º 0.76% 0.38% -
HSV(B) 0.82º 0.86% 0.67% -
XYZ 17.08 9.3 1.71 -
YUV 68.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 170 25 23 0 0.85 0.86 0.33 0.82 0.76 0.38
Hex AA 19 17 0 55 56 21 1 4C 26
Octal 252 31 27 0 125 126 41 1 114 46
Binary 10101010 11001 10111 0 1010101 1010110 100001 1 1001100 100110

Color Harmonies of #AA1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1917

Black with #AA1917

Text Example


Text Example

White with #AA1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1917; }

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

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

background-color css

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

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

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

border-color css

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

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

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