Html Css Color HEX #AA0020 Carmine

📋 copy color: '#AA0020'

red 170 ◦ green 0 ◦ blue 32

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

Shades of Carmine #AA0020

Tints of Carmine #AA0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 84.16%
G = 0%
B = 15.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0020 (or 0xAA0020) is known color: Carmine. HEX triplet: AA, 00 and 20. RGB value is (170,0,32). Sum of RGB (Red+Green+Blue) = 170+0+32=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0020 is #55FFDF. Grayscale: #363636. Windows color (decimal): -5636064 or 2097322. OLE color: 2097322.

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

Color convert

RGB 170 0 32 -
CMYK 0 1 0.81 0.33
HSL 348.71º 1% 0.33% -
HSV(B) 348.71º 1% 0.67% -
XYZ 16.84 8.65 2.15 -
YUV 54.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 170 0 32 0 1 0.81 0.33 348.71 1 0.33
Hex AA 0 20 0 64 51 21 15D 64 21
Octal 252 0 40 0 144 121 41 535 144 41
Binary 10101010 0 100000 0 1100100 1010001 100001 101011101 1100100 100001

Color Harmonies of #AA0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0020

Black with #AA0020

Text Example


Text Example

White with #AA0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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