Html Css Color HEX #A80710 Carmine

📋 copy color: '#A80710'

red 168 ◦ green 7 ◦ blue 16

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

Shades of Carmine #A80710

Tints of Carmine #A80710

RGB

 RED value IS 168 (66.02% from 255) = 87.96%

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

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

R = 87.96%
G = 3.66%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80710 (or 0xA80710) is known color: Carmine. HEX triplet: A8, 07 and 10. RGB value is (168,7,16). Sum of RGB (Red+Green+Blue) = 168+7+16=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A80710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80710 is #57F8EF. Grayscale: #383838. Windows color (decimal): -5765360 or 1050536. OLE color: 1050536.

HSL color Cylindrical-coordinate representation of color #A80710: hue angle of 356.65º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80710 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 7 16 -
CMYK 0 0.96 0.90 0.34
HSL 356.65º 0.92% 0.34% -
HSV(B) 356.65º 0.96% 0.66% -
XYZ 16.32 8.51 1.27 -
YUV 56.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 168 7 16 0 0.96 0.90 0.34 356.65 0.92 0.34
Hex A8 7 10 0 60 5A 22 165 5C 22
Octal 250 7 20 0 140 132 42 545 134 42
Binary 10101000 111 10000 0 1100000 1011010 100010 101100101 1011100 100010

Color Harmonies of #A80710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80710

Black with #A80710

Text Example


Text Example

White with #A80710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80710; }

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

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

background-color css

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

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

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

border-color css

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

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

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