Html Css Color HEX #AA0A2A Carmine

📋 copy color: '#AA0A2A'

red 170 ◦ green 10 ◦ blue 42

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

Shades of Carmine #AA0A2A

Tints of Carmine #AA0A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 76.58%
G = 4.5%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA0A2A (or 0xAA0A2A) is known color: Carmine. HEX triplet: AA, 0A and 2A. RGB value is (170,10,42). Sum of RGB (Red+Green+Blue) = 170+10+42=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A2A is #55F5D5. Grayscale: #3D3D3D. Windows color (decimal): -5633494 or 2755242. OLE color: 2755242.

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

Color convert

RGB 170 10 42 -
CMYK 0 0.94 0.75 0.33
HSL 348º 0.89% 0.35% -
HSV(B) 348º 0.94% 0.67% -
XYZ 17.1 8.93 3.01 -
YUV 61.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 170 10 42 0 0.94 0.75 0.33 348 0.89 0.35
Hex AA A 2A 0 5E 4B 21 15C 59 23
Octal 252 12 52 0 136 113 41 534 131 43
Binary 10101010 1010 101010 0 1011110 1001011 100001 101011100 1011001 100011

Color Harmonies of #AA0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A2A

Black with #AA0A2A

Text Example


Text Example

White with #AA0A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A2A; }

 p { color: rgb(170,10,42); }

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

background-color css

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

 a { background-color: rgb(170,10,42); }

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

border-color css

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

 span { border-color: rgb(170,10,42); }

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