Html Css Color HEX #AA1310 Fire Brick

📋 copy color: '#AA1310'

red 170 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #AA1310

Tints of Fire Brick #AA1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 82.93%
G = 9.27%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA1310 (or 0xAA1310) is known color: Fire Brick. HEX triplet: AA, 13 and 10. RGB value is (170,19,16). Sum of RGB (Red+Green+Blue) = 170+19+16=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1310 is #55ECEF. Grayscale: #3F3F3F. Windows color (decimal): -5631216 or 1053610. OLE color: 1053610.

HSL color Cylindrical-coordinate representation of color #AA1310: hue angle of 1.17º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1310 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 16 -
CMYK 0 0.89 0.91 0.33
HSL 1.17º 0.83% 0.36% -
HSV(B) 1.17º 0.91% 0.67% -
XYZ 16.9 9.05 1.35 -
YUV 63.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 170 19 16 0 0.89 0.91 0.33 1.17 0.83 0.36
Hex AA 13 10 0 59 5B 21 1 53 24
Octal 252 23 20 0 131 133 41 1 123 44
Binary 10101010 10011 10000 0 1011001 1011011 100001 1 1010011 100100

Color Harmonies of #AA1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1310

Black with #AA1310

Text Example


Text Example

White with #AA1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1310; }

 p { color: rgb(170,19,16); }

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

background-color css

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

 a { background-color: rgb(170,19,16); }

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

border-color css

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

 span { border-color: rgb(170,19,16); }

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