Html Css Color HEX #AA0010 Carmine

📋 copy color: '#AA0010'

red 170 ◦ green 0 ◦ blue 16

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

Shades of Carmine #AA0010

Tints of Carmine #AA0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 91.4%
G = 0%
B = 8.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA0010 (or 0xAA0010) is known color: Carmine. HEX triplet: AA, 00 and 10. RGB value is (170,0,16). Sum of RGB (Red+Green+Blue) = 170+0+16=186 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.40% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0010 is #55FFEF. Grayscale: #343434. Windows color (decimal): -5636080 or 1048746. OLE color: 1048746.

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

Color convert

RGB 170 0 16 -
CMYK 0 1 0.91 0.33
HSL 354.35º 1% 0.33% -
HSV(B) 354.35º 1% 0.67% -
XYZ 16.67 8.58 1.27 -
YUV 52.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 170 0 16 0 1 0.91 0.33 354.35 1 0.33
Hex AA 0 10 0 64 5B 21 162 64 21
Octal 252 0 20 0 144 133 41 542 144 41
Binary 10101010 0 10000 0 1100100 1011011 100001 101100010 1100100 100001

Color Harmonies of #AA0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0010

Black with #AA0010

Text Example


Text Example

White with #AA0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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