#960118

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

Shades of Carmine #960118

Tints of Carmine #960118

Color information

#960118 (or 0x960118) is unknown color: approx Carmine. HEX triplet: 96, 01 and 18. RGB value is (150,1,24). Sum of RGB (Red+Green+Blue) = 150+1+24=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #960118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960118 is #69FEE7. Grayscale: #303030. Windows color (decimal): -6946536 or 1573270. OLE color: 1573270.

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

Color convert

RGB150124-
CMYK00.990.840.41
HSL350.74º98.68%29.61%-
HSV(B)350.74º99.33%58.82%-
XYZ12.756.571.46-
YUV48.17114.36200.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=85.71%
G=0.57%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012400.990.840.41350.7498.6829.61
Hex96118063542915f631e
Octal22613001431245153714336
Binary10010110111000011000111010100101001101011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960118; }

 p { color: rgb(150,1,24); }

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

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

 a { background-color: rgb(150,1,24); }

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

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

 span { border-color: rgb(150,1,24); }

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