Html Css Color HEX #AA1013 Carmine

📋 copy color: '#AA1013'

red 170 ◦ green 16 ◦ blue 19

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

Shades of Carmine #AA1013

Tints of Carmine #AA1013

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 170 16 19 -
CMYK 0 0.91 0.89 0.33
HSL 358.83º 0.83% 0.36% -
HSV(B) 358.83º 0.91% 0.67% -
XYZ 16.88 8.96 1.46 -
YUV 62.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 170 16 19 0 0.91 0.89 0.33 358.83 0.83 0.36
Hex AA 10 13 0 5B 59 21 167 53 24
Octal 252 20 23 0 133 131 41 547 123 44
Binary 10101010 10000 10011 0 1011011 1011001 100001 101100111 1010011 100100

Color Harmonies of #AA1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1013

Black with #AA1013

Text Example


Text Example

White with #AA1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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