Html Css Color HEX #AA032C Carmine

📋 copy color: '#AA032C'

red 170 ◦ green 3 ◦ blue 44

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

Shades of Carmine #AA032C

Tints of Carmine #AA032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 78.34%
G = 1.38%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA032C (or 0xAA032C) is known color: Carmine. HEX triplet: AA, 03 and 2C. RGB value is (170,3,44). Sum of RGB (Red+Green+Blue) = 170+3+44=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA032C is #55FCD3. Grayscale: #393939. Windows color (decimal): -5635284 or 2884522. OLE color: 2884522.

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

Color convert

RGB 170 3 44 -
CMYK 0 0.98 0.74 0.33
HSL 345.27º 0.97% 0.34% -
HSV(B) 345.27º 0.98% 0.67% -
XYZ 17.06 8.79 3.18 -
YUV 57.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 170 3 44 0 0.98 0.74 0.33 345.27 0.97 0.34
Hex AA 3 2C 0 62 4A 21 159 61 22
Octal 252 3 54 0 142 112 41 531 141 42
Binary 10101010 11 101100 0 1100010 1001010 100001 101011001 1100001 100010

Color Harmonies of #AA032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA032C

Black with #AA032C

Text Example


Text Example

White with #AA032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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