Html Css Color HEX #AA1A18 Fire Brick

📋 copy color: '#AA1A18'

red 170 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #AA1A18

Tints of Fire Brick #AA1A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 77.27%
G = 11.82%
B = 10.91%

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

#AA1A18 (or 0xAA1A18) is known color: Fire Brick. HEX triplet: AA, 1A and 18. RGB value is (170,26,24). Sum of RGB (Red+Green+Blue) = 170+26+24=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A18 is #55E5E7. Grayscale: #444444. Windows color (decimal): -5629416 or 1579690. OLE color: 1579690.

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

Color convert

RGB 170 26 24 -
CMYK 0 0.85 0.86 0.33
HSL 0.82º 0.75% 0.38% -
HSV(B) 0.82º 0.86% 0.67% -
XYZ 17.11 9.35 1.77 -
YUV 68.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 170 26 24 0 0.85 0.86 0.33 0.82 0.75 0.38
Hex AA 1A 18 0 55 56 21 1 4B 26
Octal 252 32 30 0 125 126 41 1 113 46
Binary 10101010 11010 11000 0 1010101 1010110 100001 1 1001011 100110

Color Harmonies of #AA1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A18

Black with #AA1A18

Text Example


Text Example

White with #AA1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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