Html Css Color HEX #AA1815 Fire Brick

📋 copy color: '#AA1815'

red 170 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #AA1815

Tints of Fire Brick #AA1815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 79.07%
G = 11.16%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1815 (or 0xAA1815) is known color: Fire Brick. HEX triplet: AA, 18 and 15. RGB value is (170,24,21). Sum of RGB (Red+Green+Blue) = 170+24+21=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1815 is #55E7EA. Grayscale: #434343. Windows color (decimal): -5629931 or 1382570. OLE color: 1382570.

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

Color convert

RGB 170 24 21 -
CMYK 0 0.86 0.88 0.33
HSL 1.21º 0.78% 0.37% -
HSV(B) 1.21º 0.88% 0.67% -
XYZ 17.04 9.25 1.6 -
YUV 67.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 170 24 21 0 0.86 0.88 0.33 1.21 0.78 0.37
Hex AA 18 15 0 56 58 21 1 4E 25
Octal 252 30 25 0 126 130 41 1 116 45
Binary 10101010 11000 10101 0 1010110 1011000 100001 1 1001110 100101

Color Harmonies of #AA1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1815

Black with #AA1815

Text Example


Text Example

White with #AA1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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