Html Css Color HEX #AA1817 Fire Brick

📋 copy color: '#AA1817'

red 170 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #AA1817

Tints of Fire Brick #AA1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 78.34%
G = 11.06%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA1817 (or 0xAA1817) is known color: Fire Brick. HEX triplet: AA, 18 and 17. RGB value is (170,24,23). Sum of RGB (Red+Green+Blue) = 170+24+23=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1817 is #55E7E8. Grayscale: #434343. Windows color (decimal): -5629929 or 1513642. OLE color: 1513642.

HSL color Cylindrical-coordinate representation of color #AA1817: hue angle of 0.41º 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 #AA1817 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 23 -
CMYK 0 0.86 0.86 0.33
HSL 0.41º 0.76% 0.38% -
HSV(B) 0.41º 0.86% 0.67% -
XYZ 17.06 9.26 1.7 -
YUV 67.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 170 24 23 0 0.86 0.86 0.33 0.41 0.76 0.38
Hex AA 18 17 0 56 56 21 0 4C 26
Octal 252 30 27 0 126 126 41 0 114 46
Binary 10101010 11000 10111 0 1010110 1010110 100001 0 1001100 100110

Color Harmonies of #AA1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1817

Black with #AA1817

Text Example


Text Example

White with #AA1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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