Html Css Color HEX #AA032D Carmine

📋 copy color: '#AA032D'

red 170 ◦ green 3 ◦ blue 45

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

Shades of Carmine #AA032D

Tints of Carmine #AA032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 77.98%
G = 1.38%
B = 20.64%

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

#AA032D (or 0xAA032D) is known color: Carmine. HEX triplet: AA, 03 and 2D. RGB value is (170,3,45). Sum of RGB (Red+Green+Blue) = 170+3+45=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA032D is #55FCD2. Grayscale: #393939. Windows color (decimal): -5635283 or 2950058. OLE color: 2950058.

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

Color convert

RGB 170 3 45 -
CMYK 0 0.98 0.74 0.33
HSL 344.91º 0.97% 0.34% -
HSV(B) 344.91º 0.98% 0.67% -
XYZ 17.08 8.8 3.28 -
YUV 57.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 170 3 45 0 0.98 0.74 0.33 344.91 0.97 0.34
Hex AA 3 2D 0 62 4A 21 159 61 22
Octal 252 3 55 0 142 112 41 531 141 42
Binary 10101010 11 101101 0 1100010 1001010 100001 101011001 1100001 100010

Color Harmonies of #AA032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA032D

Black with #AA032D

Text Example


Text Example

White with #AA032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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