Html Css Color HEX #AA1715 Fire Brick

📋 copy color: '#AA1715'

red 170 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #AA1715

Tints of Fire Brick #AA1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 79.44%
G = 10.75%
B = 9.81%

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

#AA1715 (or 0xAA1715) is known color: Fire Brick. HEX triplet: AA, 17 and 15. RGB value is (170,23,21). Sum of RGB (Red+Green+Blue) = 170+23+21=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1715 is #55E8EA. Grayscale: #424242. Windows color (decimal): -5630187 or 1382314. OLE color: 1382314.

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

Color convert

RGB 170 23 21 -
CMYK 0 0.86 0.88 0.33
HSL 0.81º 0.78% 0.37% -
HSV(B) 0.81º 0.88% 0.67% -
XYZ 17.02 9.21 1.59 -
YUV 66.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 170 23 21 0 0.86 0.88 0.33 0.81 0.78 0.37
Hex AA 17 15 0 56 58 21 1 4E 25
Octal 252 27 25 0 126 130 41 1 116 45
Binary 10101010 10111 10101 0 1010110 1011000 100001 1 1001110 100101

Color Harmonies of #AA1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1715

Black with #AA1715

Text Example


Text Example

White with #AA1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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