Html Css Color HEX #A80510 Carmine

📋 copy color: '#A80510'

red 168 ◦ green 5 ◦ blue 16

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

Shades of Carmine #A80510

Tints of Carmine #A80510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 88.89%
G = 2.65%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80510 (or 0xA80510) is known color: Carmine. HEX triplet: A8, 05 and 10. RGB value is (168,5,16). Sum of RGB (Red+Green+Blue) = 168+5+16=189 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.89% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 168 - color contains mainly: red. Hex color #A80510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80510 is #57FAEF. Grayscale: #373737. Windows color (decimal): -5765872 or 1050024. OLE color: 1050024.

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

Color convert

RGB 168 5 16 -
CMYK 0 0.97 0.90 0.34
HSL 355.95º 0.94% 0.34% -
HSV(B) 355.95º 0.97% 0.66% -
XYZ 16.3 8.47 1.27 -
YUV 54.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 168 5 16 0 0.97 0.90 0.34 355.95 0.94 0.34
Hex A8 5 10 0 61 5A 22 164 5E 22
Octal 250 5 20 0 141 132 42 544 136 42
Binary 10101000 101 10000 0 1100001 1011010 100010 101100100 1011110 100010

Color Harmonies of #A80510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80510

Black with #A80510

Text Example


Text Example

White with #A80510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80510; }

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

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

background-color css

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

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

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

border-color css

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

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

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