Html Css Color HEX #AA0710 Carmine

📋 copy color: '#AA0710'

red 170 ◦ green 7 ◦ blue 16

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

Shades of Carmine #AA0710

Tints of Carmine #AA0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 88.08%
G = 3.63%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA0710 (or 0xAA0710) is known color: Carmine. HEX triplet: AA, 07 and 10. RGB value is (170,7,16). Sum of RGB (Red+Green+Blue) = 170+7+16=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0710 is #55F8EF. Grayscale: #383838. Windows color (decimal): -5634288 or 1050538. OLE color: 1050538.

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

Color convert

RGB 170 7 16 -
CMYK 0 0.96 0.91 0.33
HSL 356.69º 0.92% 0.35% -
HSV(B) 356.69º 0.96% 0.67% -
XYZ 16.75 8.74 1.29 -
YUV 56.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 170 7 16 0 0.96 0.91 0.33 356.69 0.92 0.35
Hex AA 7 10 0 60 5B 21 165 5C 23
Octal 252 7 20 0 140 133 41 545 134 43
Binary 10101010 111 10000 0 1100000 1011011 100001 101100101 1011100 100011

Color Harmonies of #AA0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0710

Black with #AA0710

Text Example


Text Example

White with #AA0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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