Html Css Color HEX #AA0137 Carmine

📋 copy color: '#AA0137'

red 170 ◦ green 1 ◦ blue 55

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

Shades of Carmine #AA0137

Tints of Carmine #AA0137

RGB

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

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

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

R = 75.22%
G = 0.44%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0137 (or 0xAA0137) is known color: Carmine. HEX triplet: AA, 01 and 37. RGB value is (170,1,55). Sum of RGB (Red+Green+Blue) = 170+1+55=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0137 is #55FEC8. Grayscale: #393939. Windows color (decimal): -5635785 or 3604906. OLE color: 3604906.

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

Color convert

RGB 170 1 55 -
CMYK 0 0.99 0.68 0.33
HSL 340.83º 0.99% 0.34% -
HSV(B) 340.83º 0.99% 0.67% -
XYZ 17.28 8.84 4.41 -
YUV 57.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 170 1 55 0 0.99 0.68 0.33 340.83 0.99 0.34
Hex AA 1 37 0 63 44 21 155 63 22
Octal 252 1 67 0 143 104 41 525 143 42
Binary 10101010 1 110111 0 1100011 1000100 100001 101010101 1100011 100010

Color Harmonies of #AA0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0137

Black with #AA0137

Text Example


Text Example

White with #AA0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0137; }

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

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

background-color css

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

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

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

border-color css

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

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

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