#981516

Color #981516 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #981516

Tints of Carmine #981516

Color information

#981516 (or 0x981516) is unknown color: approx Carmine. HEX triplet: 98, 15 and 16. RGB value is (152,21,22). Sum of RGB (Red+Green+Blue) = 152+21+22=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #981516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981516 is #67EAE9. Grayscale: #3C3C3C. Windows color (decimal): -6810346 or 1447320. OLE color: 1447320.

HSL color Cylindrical-coordinate representation of color #981516: hue angle of 359.54º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981516 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1522122-
CMYK00.860.860.40
HSL359.54º75.72%33.92%-
HSV(B)359.54º86.18%59.61%-
XYZ13.367.271.46-
YUV60.28106.4193.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=77.95%
G=10.77%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152212200.860.860.40359.5475.7233.92
Hex98151605656281684c22
Octal230252601261265055011442
Binary1001100010101101100101011010101101010001011010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981516; }

 p { color: rgb(152,21,22); }

 H1.HeaderClassName
 {
   color: #981516;
 }
 .AnyTagClassName
 {
   color: #981516;
 }
</style>
background-color css

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

 a { background-color: rgb(152,21,22); }

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

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

 span { border-color: rgb(152,21,22); }

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