Html Css Color HEX #AA0D2D Carmine

📋 copy color: '#AA0D2D'

red 170 ◦ green 13 ◦ blue 45

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

Shades of Carmine #AA0D2D

Tints of Carmine #AA0D2D

RGB

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

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

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

R = 74.56%
G = 5.7%
B = 19.74%

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

#AA0D2D (or 0xAA0D2D) is known color: Carmine. HEX triplet: AA, 0D and 2D. RGB value is (170,13,45). Sum of RGB (Red+Green+Blue) = 170+13+45=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D2D is #55F2D2. Grayscale: #3F3F3F. Windows color (decimal): -5632723 or 2952618. OLE color: 2952618.

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

Color convert

RGB 170 13 45 -
CMYK 0 0.92 0.74 0.33
HSL 347.77º 0.86% 0.36% -
HSV(B) 347.77º 0.92% 0.67% -
XYZ 17.2 9.02 3.32 -
YUV 63.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 170 13 45 0 0.92 0.74 0.33 347.77 0.86 0.36
Hex AA D 2D 0 5C 4A 21 15C 56 24
Octal 252 15 55 0 134 112 41 534 126 44
Binary 10101010 1101 101101 0 1011100 1001010 100001 101011100 1010110 100100

Color Harmonies of #AA0D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D2D

Black with #AA0D2D

Text Example


Text Example

White with #AA0D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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