Html Css Color HEX #AA1215 Carmine

📋 copy color: '#AA1215'

red 170 ◦ green 18 ◦ blue 21

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

Shades of Carmine #AA1215

Tints of Carmine #AA1215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 81.34%
G = 8.61%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1215 (or 0xAA1215) is known color: Carmine. HEX triplet: AA, 12 and 15. RGB value is (170,18,21). Sum of RGB (Red+Green+Blue) = 170+18+21=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1215 is #55EDEA. Grayscale: #3F3F3F. Windows color (decimal): -5631467 or 1381034. OLE color: 1381034.

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

Color convert

RGB 170 18 21 -
CMYK 0 0.89 0.88 0.33
HSL 358.82º 0.81% 0.37% -
HSV(B) 358.82º 0.89% 0.67% -
XYZ 16.93 9.03 1.56 -
YUV 63.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 170 18 21 0 0.89 0.88 0.33 358.82 0.81 0.37
Hex AA 12 15 0 59 58 21 167 51 25
Octal 252 22 25 0 131 130 41 547 121 45
Binary 10101010 10010 10101 0 1011001 1011000 100001 101100111 1010001 100101

Color Harmonies of #AA1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1215

Black with #AA1215

Text Example


Text Example

White with #AA1215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1215; }

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

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

background-color css

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

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

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

border-color css

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

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

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