#980916

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

Shades of Carmine #980916

Tints of Carmine #980916

Color information

#980916 (or 0x980916) is unknown color: approx Carmine. HEX triplet: 98, 09 and 16. RGB value is (152,9,22). Sum of RGB (Red+Green+Blue) = 152+9+22=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #980916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980916 is #67F6E9. Grayscale: #353535. Windows color (decimal): -6813418 or 1444248. OLE color: 1444248.

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

Color convert

RGB152922-
CMYK00.940.860.40
HSL354.55º88.82%31.57%-
HSV(B)354.55º94.08%59.61%-
XYZ13.196.931.4-
YUV53.24110.38198.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.06%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=83.06%
G=4.92%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15292200.940.860.40354.5588.8231.57
Hex9891605E56281635920
Octal230112601361265054313140
Binary100110001001101100101111010101101010001011000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980916; }

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

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

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

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

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

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

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

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