Html Css Color HEX #AA1C18 Fire Brick

📋 copy color: '#AA1C18'

red 170 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #AA1C18

Tints of Fire Brick #AA1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

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

R = 76.58%
G = 12.61%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA1C18 (or 0xAA1C18) is known color: Fire Brick. HEX triplet: AA, 1C and 18. RGB value is (170,28,24). Sum of RGB (Red+Green+Blue) = 170+28+24=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C18 is #55E3E7. Grayscale: #464646. Windows color (decimal): -5628904 or 1580202. OLE color: 1580202.

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

Color convert

RGB 170 28 24 -
CMYK 0 0.84 0.86 0.33
HSL 1.64º 0.75% 0.38% -
HSV(B) 1.64º 0.86% 0.67% -
XYZ 17.16 9.44 1.78 -
YUV 70 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 170 28 24 0 0.84 0.86 0.33 1.64 0.75 0.38
Hex AA 1C 18 0 54 56 21 2 4B 26
Octal 252 34 30 0 124 126 41 2 113 46
Binary 10101010 11100 11000 0 1010100 1010110 100001 10 1001011 100110

Color Harmonies of #AA1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C18

Black with #AA1C18

Text Example


Text Example

White with #AA1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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