Html Css Color HEX #AA1A17 Fire Brick

📋 copy color: '#AA1A17'

red 170 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #AA1A17

Tints of Fire Brick #AA1A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 77.63%
G = 11.87%
B = 10.5%

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

#AA1A17 (or 0xAA1A17) is known color: Fire Brick. HEX triplet: AA, 1A and 17. RGB value is (170,26,23). Sum of RGB (Red+Green+Blue) = 170+26+23=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A17 is #55E5E8. Grayscale: #444444. Windows color (decimal): -5629417 or 1514154. OLE color: 1514154.

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

Color convert

RGB 170 26 23 -
CMYK 0 0.85 0.86 0.33
HSL 1.22º 0.76% 0.38% -
HSV(B) 1.22º 0.86% 0.67% -
XYZ 17.1 9.35 1.71 -
YUV 68.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 170 26 23 0 0.85 0.86 0.33 1.22 0.76 0.38
Hex AA 1A 17 0 55 56 21 1 4C 26
Octal 252 32 27 0 125 126 41 1 114 46
Binary 10101010 11010 10111 0 1010101 1010110 100001 1 1001100 100110

Color Harmonies of #AA1A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A17

Black with #AA1A17

Text Example


Text Example

White with #AA1A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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