Html Css Color HEX #AA1110 Fire Brick

📋 copy color: '#AA1110'

red 170 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #AA1110

Tints of Fire Brick #AA1110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

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

R = 83.74%
G = 8.37%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA1110 (or 0xAA1110) is known color: Fire Brick. HEX triplet: AA, 11 and 10. RGB value is (170,17,16). Sum of RGB (Red+Green+Blue) = 170+17+16=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1110 is #55EEEF. Grayscale: #3E3E3E. Windows color (decimal): -5631728 or 1053098. OLE color: 1053098.

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

Color convert

RGB 170 17 16 -
CMYK 0 0.9 0.91 0.33
HSL 0.39º 0.83% 0.36% -
HSV(B) 0.39º 0.91% 0.67% -
XYZ 16.87 8.98 1.34 -
YUV 62.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 170 17 16 0 0.9 0.91 0.33 0.39 0.83 0.36
Hex AA 11 10 0 5A 5B 21 0 53 24
Octal 252 21 20 0 132 133 41 0 123 44
Binary 10101010 10001 10000 0 1011010 1011011 100001 0 1010011 100100

Color Harmonies of #AA1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1110

Black with #AA1110

Text Example


Text Example

White with #AA1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1110; }

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

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

background-color css

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

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

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

border-color css

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

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

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