#960E1C

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

Shades of Carmine #960E1C

Tints of Carmine #960E1C

Color information

#960E1C (or 0x960E1C) is unknown color: approx Carmine. HEX triplet: 96, 0E and 1C. RGB value is (150,14,28). Sum of RGB (Red+Green+Blue) = 150+14+28=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #960E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960E1C is #69F1E3. Grayscale: #383838. Windows color (decimal): -6943204 or 1838742. OLE color: 1838742.

HSL color Cylindrical-coordinate representation of color #960E1C: hue angle of 353.82º 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 #960E1C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1501428-
CMYK00.910.810.41
HSL353.82º82.93%32.16%-
HSV(B)353.82º90.67%58.82%-
XYZ12.946.881.74-
YUV56.26112.06194.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.12%
GREEN value IS 14 (5.86% from 255) = 7.29%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=78.12%
G=7.29%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150142800.910.810.41353.8282.9332.16
Hex96E1C05B51291625320
Octal226163401331215154212340
Binary100101101110111000101101110100011010011011000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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