#960E27

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

Shades of Carmine #960E27

Tints of Carmine #960E27

Color information

#960E27 (or 0x960E27) is unknown color: approx Carmine. HEX triplet: 96, 0E and 27. RGB value is (150,14,39). Sum of RGB (Red+Green+Blue) = 150+14+39=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #960E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960E27 is #69F1D8. Grayscale: #393939. Windows color (decimal): -6943193 or 2559638. OLE color: 2559638.

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

Color convert

RGB1501439-
CMYK00.910.740.41
HSL348.97º82.93%32.16%-
HSV(B)348.97º90.67%58.82%-
XYZ13.16.942.57-
YUV57.51117.56193.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.89%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=73.89%
G=6.90%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150143900.910.740.41348.9782.9332.16
Hex96E2705B4A2915d5320
Octal226164701331125153512340
Binary1001011011101001110101101110010101010011010111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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