Html Css Color HEX #AA0129 Carmine

📋 copy color: '#AA0129'

red 170 ◦ green 1 ◦ blue 41

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

Shades of Carmine #AA0129

Tints of Carmine #AA0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 80.19%
G = 0.47%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA0129 (or 0xAA0129) is known color: Carmine. HEX triplet: AA, 01 and 29. RGB value is (170,1,41). Sum of RGB (Red+Green+Blue) = 170+1+41=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0129 is #55FED6. Grayscale: #383838. Windows color (decimal): -5635799 or 2687402. OLE color: 2687402.

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

Color convert

RGB 170 1 41 -
CMYK 0 0.99 0.76 0.33
HSL 345.8º 0.99% 0.34% -
HSV(B) 345.8º 0.99% 0.67% -
XYZ 16.99 8.73 2.89 -
YUV 56.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 170 1 41 0 0.99 0.76 0.33 345.8 0.99 0.34
Hex AA 1 29 0 63 4C 21 15A 63 22
Octal 252 1 51 0 143 114 41 532 143 42
Binary 10101010 1 101001 0 1100011 1001100 100001 101011010 1100011 100010

Color Harmonies of #AA0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0129

Black with #AA0129

Text Example


Text Example

White with #AA0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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