Html Css Color HEX #AA0A2E Carmine

📋 copy color: '#AA0A2E'

red 170 ◦ green 10 ◦ blue 46

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

Shades of Carmine #AA0A2E

Tints of Carmine #AA0A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 75.22%
G = 4.42%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA0A2E (or 0xAA0A2E) is known color: Carmine. HEX triplet: AA, 0A and 2E. RGB value is (170,10,46). Sum of RGB (Red+Green+Blue) = 170+10+46=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A2E is #55F5D1. Grayscale: #3D3D3D. Windows color (decimal): -5633490 or 3017386. OLE color: 3017386.

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

Color convert

RGB 170 10 46 -
CMYK 0 0.94 0.73 0.33
HSL 346.5º 0.89% 0.35% -
HSV(B) 346.5º 0.94% 0.67% -
XYZ 17.18 8.96 3.41 -
YUV 61.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 170 10 46 0 0.94 0.73 0.33 346.5 0.89 0.35
Hex AA A 2E 0 5E 49 21 15A 59 23
Octal 252 12 56 0 136 111 41 532 131 43
Binary 10101010 1010 101110 0 1011110 1001001 100001 101011010 1011001 100011

Color Harmonies of #AA0A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A2E

Black with #AA0A2E

Text Example


Text Example

White with #AA0A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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