Html Css Color HEX #AA0D10 Carmine

📋 copy color: '#AA0D10'

red 170 ◦ green 13 ◦ blue 16

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

Shades of Carmine #AA0D10

Tints of Carmine #AA0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 85.43%
G = 6.53%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA0D10 (or 0xAA0D10) is known color: Carmine. HEX triplet: AA, 0D and 10. RGB value is (170,13,16). Sum of RGB (Red+Green+Blue) = 170+13+16=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D10 is #55F2EF. Grayscale: #3C3C3C. Windows color (decimal): -5632752 or 1052074. OLE color: 1052074.

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

Color convert

RGB 170 13 16 -
CMYK 0 0.92 0.91 0.33
HSL 358.85º 0.86% 0.36% -
HSV(B) 358.85º 0.92% 0.67% -
XYZ 16.82 8.87 1.32 -
YUV 60.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 170 13 16 0 0.92 0.91 0.33 358.85 0.86 0.36
Hex AA D 10 0 5C 5B 21 167 56 24
Octal 252 15 20 0 134 133 41 547 126 44
Binary 10101010 1101 10000 0 1011100 1011011 100001 101100111 1010110 100100

Color Harmonies of #AA0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D10

Black with #AA0D10

Text Example


Text Example

White with #AA0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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