#960E31

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

Shades of Carmine #960E31

Tints of Carmine #960E31

Color information

#960E31 (or 0x960E31) is unknown color: approx Carmine. HEX triplet: 96, 0E and 31. RGB value is (150,14,49). Sum of RGB (Red+Green+Blue) = 150+14+49=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #960E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960E31 is #69F1CE. Grayscale: #3A3A3A. Windows color (decimal): -6943183 or 3214998. OLE color: 3214998.

HSL color Cylindrical-coordinate representation of color #960E31: hue angle of 344.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E31 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1501449-
CMYK00.910.670.41
HSL344.56º82.93%32.16%-
HSV(B)344.56º90.67%58.82%-
XYZ13.297.023.56-
YUV58.65122.56193.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=70.42%
G=6.57%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150144900.910.670.41344.5682.9332.16
Hex96E3105B43291595320
Octal226166101331035153112340
Binary1001011011101100010101101110000111010011010110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960E31; }

 p { color: rgb(150,14,49); }

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

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

 a { background-color: rgb(150,14,49); }

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

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

 span { border-color: rgb(150,14,49); }

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