Html Css Color HEX #AA001D Carmine

📋 copy color: '#AA001D'

red 170 ◦ green 0 ◦ blue 29

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

Shades of Carmine #AA001D

Tints of Carmine #AA001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.43%
G = 0%
B = 14.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA001D (or 0xAA001D) is known color: Carmine. HEX triplet: AA, 00 and 1D. RGB value is (170,0,29). Sum of RGB (Red+Green+Blue) = 170+0+29=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA001D is #55FFE2. Grayscale: #363636. Windows color (decimal): -5636067 or 1900714. OLE color: 1900714.

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

Color convert

RGB 170 0 29 -
CMYK 0 1 0.83 0.33
HSL 349.76º 1% 0.33% -
HSV(B) 349.76º 1% 0.67% -
XYZ 16.8 8.63 1.94 -
YUV 54.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 170 0 29 0 1 0.83 0.33 349.76 1 0.33
Hex AA 0 1D 0 64 53 21 15E 64 21
Octal 252 0 35 0 144 123 41 536 144 41
Binary 10101010 0 11101 0 1100100 1010011 100001 101011110 1100100 100001

Color Harmonies of #AA001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA001D

Black with #AA001D

Text Example


Text Example

White with #AA001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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