#980115

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

Shades of Carmine #980115

Tints of Carmine #980115

Color information

#980115 (or 0x980115) is unknown color: approx Carmine. HEX triplet: 98, 01 and 15. RGB value is (152,1,21). Sum of RGB (Red+Green+Blue) = 152+1+21=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #980115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980115 is #67FEEA. Grayscale: #303030. Windows color (decimal): -6815467 or 1376664. OLE color: 1376664.

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

Color convert

RGB152121-
CMYK00.990.860.40
HSL352.05º98.69%30%-
HSV(B)352.05º99.34%59.61%-
XYZ13.16.751.32-
YUV48.43112.53201.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 87.36%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=87.36%
G=0.57%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212100.990.860.40352.0598.6930
Hex981150635628160631e
Octal23012501431265054014336
Binary10011000110101011000111010110101000101100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980115; }

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

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

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

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

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

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

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

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