Html Css Color HEX #AA1615 Fire Brick

📋 copy color: '#AA1615'

red 170 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #AA1615

Tints of Fire Brick #AA1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

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

R = 79.81%
G = 10.33%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1615 (or 0xAA1615) is known color: Fire Brick. HEX triplet: AA, 16 and 15. RGB value is (170,22,21). Sum of RGB (Red+Green+Blue) = 170+22+21=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1615 is #55E9EA. Grayscale: #424242. Windows color (decimal): -5630443 or 1382058. OLE color: 1382058.

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

Color convert

RGB 170 22 21 -
CMYK 0 0.87 0.88 0.33
HSL 0.4º 0.78% 0.37% -
HSV(B) 0.4º 0.88% 0.67% -
XYZ 17 9.17 1.58 -
YUV 66.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 170 22 21 0 0.87 0.88 0.33 0.4 0.78 0.37
Hex AA 16 15 0 57 58 21 0 4E 25
Octal 252 26 25 0 127 130 41 0 116 45
Binary 10101010 10110 10101 0 1010111 1011000 100001 0 1001110 100101

Color Harmonies of #AA1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1615

Black with #AA1615

Text Example


Text Example

White with #AA1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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