Html Css Color HEX #A80D10 Carmine

📋 copy color: '#A80D10'

red 168 ◦ green 13 ◦ blue 16

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

Shades of Carmine #A80D10

Tints of Carmine #A80D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

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

R = 85.28%
G = 6.6%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80D10 (or 0xA80D10) is known color: Carmine. HEX triplet: A8, 0D and 10. RGB value is (168,13,16). Sum of RGB (Red+Green+Blue) = 168+13+16=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80D10 is #57F2EF. Grayscale: #3B3B3B. Windows color (decimal): -5763824 or 1052072. OLE color: 1052072.

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

Color convert

RGB 168 13 16 -
CMYK 0 0.92 0.90 0.34
HSL 358.84º 0.86% 0.35% -
HSV(B) 358.84º 0.92% 0.66% -
XYZ 16.39 8.65 1.3 -
YUV 59.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 168 13 16 0 0.92 0.90 0.34 358.84 0.86 0.35
Hex A8 D 10 0 5C 5A 22 167 56 23
Octal 250 15 20 0 134 132 42 547 126 43
Binary 10101000 1101 10000 0 1011100 1011010 100010 101100111 1010110 100011

Color Harmonies of #A80D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D10

Black with #A80D10

Text Example


Text Example

White with #A80D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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