Html Css Color HEX #AA0729 Carmine

📋 copy color: '#AA0729'

red 170 ◦ green 7 ◦ blue 41

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

Shades of Carmine #AA0729

Tints of Carmine #AA0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 77.98%
G = 3.21%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA0729 (or 0xAA0729) is known color: Carmine. HEX triplet: AA, 07 and 29. RGB value is (170,7,41). Sum of RGB (Red+Green+Blue) = 170+7+41=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0729 is #55F8D6. Grayscale: #3B3B3B. Windows color (decimal): -5634263 or 2688938. OLE color: 2688938.

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

Color convert

RGB 170 7 41 -
CMYK 0 0.96 0.76 0.33
HSL 347.48º 0.92% 0.35% -
HSV(B) 347.48º 0.96% 0.67% -
XYZ 17.05 8.86 2.91 -
YUV 59.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 170 7 41 0 0.96 0.76 0.33 347.48 0.92 0.35
Hex AA 7 29 0 60 4C 21 15B 5C 23
Octal 252 7 51 0 140 114 41 533 134 43
Binary 10101010 111 101001 0 1100000 1001100 100001 101011011 1011100 100011

Color Harmonies of #AA0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0729

Black with #AA0729

Text Example


Text Example

White with #AA0729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0729; }

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

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

background-color css

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

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

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

border-color css

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

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

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