Html Css Color HEX #AA0E2D Carmine

📋 copy color: '#AA0E2D'

red 170 ◦ green 14 ◦ blue 45

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

Shades of Carmine #AA0E2D

Tints of Carmine #AA0E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

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

R = 74.24%
G = 6.11%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA0E2D (or 0xAA0E2D) is known color: Carmine. HEX triplet: AA, 0E and 2D. RGB value is (170,14,45). Sum of RGB (Red+Green+Blue) = 170+14+45=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E2D is #55F1D2. Grayscale: #404040. Windows color (decimal): -5632467 or 2952874. OLE color: 2952874.

HSL color Cylindrical-coordinate representation of color #AA0E2D: hue angle of 348.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E2D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 14 45 -
CMYK 0 0.92 0.74 0.33
HSL 348.08º 0.85% 0.36% -
HSV(B) 348.08º 0.92% 0.67% -
XYZ 17.21 9.05 3.32 -
YUV 64.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 170 14 45 0 0.92 0.74 0.33 348.08 0.85 0.36
Hex AA E 2D 0 5C 4A 21 15C 55 24
Octal 252 16 55 0 134 112 41 534 125 44
Binary 10101010 1110 101101 0 1011100 1001010 100001 101011100 1010101 100100

Color Harmonies of #AA0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E2D

Black with #AA0E2D

Text Example


Text Example

White with #AA0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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