Html Css Color HEX #AA1115 Carmine

📋 copy color: '#AA1115'

red 170 ◦ green 17 ◦ blue 21

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

Shades of Carmine #AA1115

Tints of Carmine #AA1115

RGB

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

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

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

R = 81.73%
G = 8.17%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1115 (or 0xAA1115) is known color: Carmine. HEX triplet: AA, 11 and 15. RGB value is (170,17,21). Sum of RGB (Red+Green+Blue) = 170+17+21=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1115 is #55EEEA. Grayscale: #3F3F3F. Windows color (decimal): -5631723 or 1380778. OLE color: 1380778.

HSL color Cylindrical-coordinate representation of color #AA1115: hue angle of 358.43º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1115 is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 21 -
CMYK 0 0.9 0.88 0.33
HSL 358.43º 0.82% 0.37% -
HSV(B) 358.43º 0.9% 0.67% -
XYZ 16.91 9 1.56 -
YUV 63.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 170 17 21 0 0.9 0.88 0.33 358.43 0.82 0.37
Hex AA 11 15 0 5A 58 21 166 52 25
Octal 252 21 25 0 132 130 41 546 122 45
Binary 10101010 10001 10101 0 1011010 1011000 100001 101100110 1010010 100101

Color Harmonies of #AA1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1115

Black with #AA1115

Text Example


Text Example

White with #AA1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1115; }

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

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

background-color css

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

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

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

border-color css

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

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

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