Html Css Color HEX #AA0E1D Carmine

📋 copy color: '#AA0E1D'

red 170 ◦ green 14 ◦ blue 29

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

Shades of Carmine #AA0E1D

Tints of Carmine #AA0E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 79.81%
G = 6.57%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA0E1D (or 0xAA0E1D) is known color: Carmine. HEX triplet: AA, 0E and 1D. RGB value is (170,14,29). Sum of RGB (Red+Green+Blue) = 170+14+29=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E1D is #55F1E2. Grayscale: #3E3E3E. Windows color (decimal): -5632483 or 1904298. OLE color: 1904298.

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

Color convert

RGB 170 14 29 -
CMYK 0 0.92 0.83 0.33
HSL 354.23º 0.85% 0.36% -
HSV(B) 354.23º 0.92% 0.67% -
XYZ 16.96 8.95 2 -
YUV 62.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 170 14 29 0 0.92 0.83 0.33 354.23 0.85 0.36
Hex AA E 1D 0 5C 53 21 162 55 24
Octal 252 16 35 0 134 123 41 542 125 44
Binary 10101010 1110 11101 0 1011100 1010011 100001 101100010 1010101 100100

Color Harmonies of #AA0E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E1D

Black with #AA0E1D

Text Example


Text Example

White with #AA0E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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