Html Css Color HEX #AA0037 Carmine

📋 copy color: '#AA0037'

red 170 ◦ green 0 ◦ blue 55

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

Shades of Carmine #AA0037

Tints of Carmine #AA0037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 75.56%
G = 0%
B = 24.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0037 (or 0xAA0037) is known color: Carmine. HEX triplet: AA, 00 and 37. RGB value is (170,0,55). Sum of RGB (Red+Green+Blue) = 170+0+55=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0037 is #55FFC8. Grayscale: #393939. Windows color (decimal): -5636041 or 3604650. OLE color: 3604650.

HSL color Cylindrical-coordinate representation of color #AA0037: hue angle of 340.59º 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 #AA0037 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 0 55 -
CMYK 0 1 0.68 0.33
HSL 340.59º 1% 0.33% -
HSV(B) 340.59º 1% 0.67% -
XYZ 17.27 8.82 4.41 -
YUV 57.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 170 0 55 0 1 0.68 0.33 340.59 1 0.33
Hex AA 0 37 0 64 44 21 155 64 21
Octal 252 0 67 0 144 104 41 525 144 41
Binary 10101010 0 110111 0 1100100 1000100 100001 101010101 1100100 100001

Color Harmonies of #AA0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0037

Black with #AA0037

Text Example


Text Example

White with #AA0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0037; }

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

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

background-color css

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

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

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

border-color css

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

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

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