Html Css Color HEX #AA0039 Carmine

📋 copy color: '#AA0039'

red 170 ◦ green 0 ◦ blue 57

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

Shades of Carmine #AA0039

Tints of Carmine #AA0039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 74.89%
G = 0%
B = 25.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA0039 (or 0xAA0039) is known color: Carmine. HEX triplet: AA, 00 and 39. RGB value is (170,0,57). Sum of RGB (Red+Green+Blue) = 170+0+57=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0039 is #55FFC6. Grayscale: #393939. Windows color (decimal): -5636039 or 3735722. OLE color: 3735722.

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

Color convert

RGB 170 0 57 -
CMYK 0 1 0.66 0.33
HSL 339.88º 1% 0.33% -
HSV(B) 339.88º 1% 0.67% -
XYZ 17.32 8.84 4.66 -
YUV 57.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 170 0 57 0 1 0.66 0.33 339.88 1 0.33
Hex AA 0 39 0 64 42 21 154 64 21
Octal 252 0 71 0 144 102 41 524 144 41
Binary 10101010 0 111001 0 1100100 1000010 100001 101010100 1100100 100001

Color Harmonies of #AA0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0039

Black with #AA0039

Text Example


Text Example

White with #AA0039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0039; }

 p { color: rgb(170,0,57); }

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

background-color css

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

 a { background-color: rgb(170,0,57); }

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

border-color css

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

 span { border-color: rgb(170,0,57); }

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