Html Css Color HEX #AA0629 Carmine

📋 copy color: '#AA0629'

red 170 ◦ green 6 ◦ blue 41

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

Shades of Carmine #AA0629

Tints of Carmine #AA0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 78.34%
G = 2.76%
B = 18.89%

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

#AA0629 (or 0xAA0629) is known color: Carmine. HEX triplet: AA, 06 and 29. RGB value is (170,6,41). Sum of RGB (Red+Green+Blue) = 170+6+41=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0629 is #55F9D6. Grayscale: #3B3B3B. Windows color (decimal): -5634519 or 2688682. OLE color: 2688682.

HSL color Cylindrical-coordinate representation of color #AA0629: hue angle of 347.2º degrees, saturation: 0.93, 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 #AA0629 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 41 -
CMYK 0 0.96 0.76 0.33
HSL 347.2º 0.93% 0.35% -
HSV(B) 347.2º 0.96% 0.67% -
XYZ 17.04 8.84 2.91 -
YUV 59.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 170 6 41 0 0.96 0.76 0.33 347.2 0.93 0.35
Hex AA 6 29 0 60 4C 21 15B 5D 23
Octal 252 6 51 0 140 114 41 533 135 43
Binary 10101010 110 101001 0 1100000 1001100 100001 101011011 1011101 100011

Color Harmonies of #AA0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0629

Black with #AA0629

Text Example


Text Example

White with #AA0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0629; }

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

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

background-color css

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

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

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

border-color css

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

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

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