Html Css Color HEX #AA002F Carmine

📋 copy color: '#AA002F'

red 170 ◦ green 0 ◦ blue 47

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

Shades of Carmine #AA002F

Tints of Carmine #AA002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 78.34%
G = 0%
B = 21.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA002F (or 0xAA002F) is known color: Carmine. HEX triplet: AA, 00 and 2F. RGB value is (170,0,47). Sum of RGB (Red+Green+Blue) = 170+0+47=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA002F is #55FFD0. Grayscale: #383838. Windows color (decimal): -5636049 or 3080362. OLE color: 3080362.

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

Color convert

RGB 170 0 47 -
CMYK 0 1 0.72 0.33
HSL 343.41º 1% 0.33% -
HSV(B) 343.41º 1% 0.67% -
XYZ 17.09 8.75 3.48 -
YUV 56.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 170 0 47 0 1 0.72 0.33 343.41 1 0.33
Hex AA 0 2F 0 64 48 21 157 64 21
Octal 252 0 57 0 144 110 41 527 144 41
Binary 10101010 0 101111 0 1100100 1001000 100001 101010111 1100100 100001

Color Harmonies of #AA002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA002F

Black with #AA002F

Text Example


Text Example

White with #AA002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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