Html Css Color HEX #AA022D Carmine

📋 copy color: '#AA022D'

red 170 ◦ green 2 ◦ blue 45

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

Shades of Carmine #AA022D

Tints of Carmine #AA022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 78.34%
G = 0.92%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA022D (or 0xAA022D) is known color: Carmine. HEX triplet: AA, 02 and 2D. RGB value is (170,2,45). Sum of RGB (Red+Green+Blue) = 170+2+45=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA022D is #55FDD2. Grayscale: #393939. Windows color (decimal): -5635539 or 2949802. OLE color: 2949802.

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

Color convert

RGB 170 2 45 -
CMYK 0 0.99 0.74 0.33
HSL 344.64º 0.98% 0.34% -
HSV(B) 344.64º 0.99% 0.67% -
XYZ 17.07 8.78 3.28 -
YUV 57.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 170 2 45 0 0.99 0.74 0.33 344.64 0.98 0.34
Hex AA 2 2D 0 63 4A 21 159 62 22
Octal 252 2 55 0 143 112 41 531 142 42
Binary 10101010 10 101101 0 1100011 1001010 100001 101011001 1100010 100010

Color Harmonies of #AA022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA022D

Black with #AA022D

Text Example


Text Example

White with #AA022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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