Html Css Color HEX #AA0337 Carmine

📋 copy color: '#AA0337'

red 170 ◦ green 3 ◦ blue 55

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

Shades of Carmine #AA0337

Tints of Carmine #AA0337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 74.56%
G = 1.32%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0337 (or 0xAA0337) is known color: Carmine. HEX triplet: AA, 03 and 37. RGB value is (170,3,55). Sum of RGB (Red+Green+Blue) = 170+3+55=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0337 is #55FCC8. Grayscale: #3A3A3A. Windows color (decimal): -5635273 or 3605418. OLE color: 3605418.

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

Color convert

RGB 170 3 55 -
CMYK 0 0.98 0.68 0.33
HSL 341.32º 0.97% 0.34% -
HSV(B) 341.32º 0.98% 0.67% -
XYZ 17.3 8.89 4.42 -
YUV 58.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 170 3 55 0 0.98 0.68 0.33 341.32 0.97 0.34
Hex AA 3 37 0 62 44 21 155 61 22
Octal 252 3 67 0 142 104 41 525 141 42
Binary 10101010 11 110111 0 1100010 1000100 100001 101010101 1100001 100010

Color Harmonies of #AA0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0337

Black with #AA0337

Text Example


Text Example

White with #AA0337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0337; }

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

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

background-color css

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

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

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

border-color css

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

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

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