Html Css Color HEX #AA002D Carmine

📋 copy color: '#AA002D'

red 170 ◦ green 0 ◦ blue 45

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

Shades of Carmine #AA002D

Tints of Carmine #AA002D

RGB

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

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

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

R = 79.07%
G = 0%
B = 20.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA002D (or 0xAA002D) is known color: Carmine. HEX triplet: AA, 00 and 2D. RGB value is (170,0,45). Sum of RGB (Red+Green+Blue) = 170+0+45=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA002D is #55FFD2. Grayscale: #373737. Windows color (decimal): -5636051 or 2949290. OLE color: 2949290.

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

Color convert

RGB 170 0 45 -
CMYK 0 1 0.74 0.33
HSL 344.12º 1% 0.33% -
HSV(B) 344.12º 1% 0.67% -
XYZ 17.05 8.74 3.27 -
YUV 55.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 170 0 45 0 1 0.74 0.33 344.12 1 0.33
Hex AA 0 2D 0 64 4A 21 158 64 21
Octal 252 0 55 0 144 112 41 530 144 41
Binary 10101010 0 101101 0 1100100 1001010 100001 101011000 1100100 100001

Color Harmonies of #AA002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA002D

Black with #AA002D

Text Example


Text Example

White with #AA002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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