Html Css Color HEX #AA0329 Carmine

📋 copy color: '#AA0329'

red 170 ◦ green 3 ◦ blue 41

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

Shades of Carmine #AA0329

Tints of Carmine #AA0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 79.44%
G = 1.4%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA0329 (or 0xAA0329) is known color: Carmine. HEX triplet: AA, 03 and 29. RGB value is (170,3,41). Sum of RGB (Red+Green+Blue) = 170+3+41=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0329 is #55FCD6. Grayscale: #393939. Windows color (decimal): -5635287 or 2687914. OLE color: 2687914.

HSL color Cylindrical-coordinate representation of color #AA0329: hue angle of 346.35º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0329 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 41 -
CMYK 0 0.98 0.76 0.33
HSL 346.35º 0.97% 0.34% -
HSV(B) 346.35º 0.98% 0.67% -
XYZ 17.01 8.77 2.89 -
YUV 57.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 170 3 41 0 0.98 0.76 0.33 346.35 0.97 0.34
Hex AA 3 29 0 62 4C 21 15A 61 22
Octal 252 3 51 0 142 114 41 532 141 42
Binary 10101010 11 101001 0 1100010 1001100 100001 101011010 1100001 100010

Color Harmonies of #AA0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0329

Black with #AA0329

Text Example


Text Example

White with #AA0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0329; }

 p { color: rgb(170,3,41); }

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

background-color css

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

 a { background-color: rgb(170,3,41); }

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

border-color css

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

 span { border-color: rgb(170,3,41); }

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