Html Css Color HEX #AA0D1D Carmine

📋 copy color: '#AA0D1D'

red 170 ◦ green 13 ◦ blue 29

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

Shades of Carmine #AA0D1D

Tints of Carmine #AA0D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

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

R = 80.19%
G = 6.13%
B = 13.68%

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

#AA0D1D (or 0xAA0D1D) is known color: Carmine. HEX triplet: AA, 0D and 1D. RGB value is (170,13,29). Sum of RGB (Red+Green+Blue) = 170+13+29=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D1D is #55F2E2. Grayscale: #3D3D3D. Windows color (decimal): -5632739 or 1904042. OLE color: 1904042.

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

Color convert

RGB 170 13 29 -
CMYK 0 0.92 0.83 0.33
HSL 353.89º 0.86% 0.36% -
HSV(B) 353.89º 0.92% 0.67% -
XYZ 16.94 8.92 1.99 -
YUV 61.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 170 13 29 0 0.92 0.83 0.33 353.89 0.86 0.36
Hex AA D 1D 0 5C 53 21 162 56 24
Octal 252 15 35 0 134 123 41 542 126 44
Binary 10101010 1101 11101 0 1011100 1010011 100001 101100010 1010110 100100

Color Harmonies of #AA0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D1D

Black with #AA0D1D

Text Example


Text Example

White with #AA0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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