Html Css Color HEX #AA1E15 Fire Brick

📋 copy color: '#AA1E15'

red 170 ◦ green 30 ◦ blue 21

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

Shades of Fire Brick #AA1E15

Tints of Fire Brick #AA1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

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

R = 76.92%
G = 13.57%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1E15 (or 0xAA1E15) is known color: Fire Brick. HEX triplet: AA, 1E and 15. RGB value is (170,30,21). Sum of RGB (Red+Green+Blue) = 170+30+21=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E15 is #55E1EA. Grayscale: #474747. Windows color (decimal): -5628395 or 1384106. OLE color: 1384106.

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

Color convert

RGB 170 30 21 -
CMYK 0 0.82 0.88 0.33
HSL 3.62º 0.78% 0.37% -
HSV(B) 3.62º 0.88% 0.67% -
XYZ 17.18 9.53 1.64 -
YUV 70.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 170 30 21 0 0.82 0.88 0.33 3.62 0.78 0.37
Hex AA 1E 15 0 52 58 21 4 4E 25
Octal 252 36 25 0 122 130 41 4 116 45
Binary 10101010 11110 10101 0 1010010 1011000 100001 100 1001110 100101

Color Harmonies of #AA1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E15

Black with #AA1E15

Text Example


Text Example

White with #AA1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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