#960D2D

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

Shades of Carmine #960D2D

Tints of Carmine #960D2D

Color information

#960D2D (or 0x960D2D) is unknown color: approx Carmine. HEX triplet: 96, 0D and 2D. RGB value is (150,13,45). Sum of RGB (Red+Green+Blue) = 150+13+45=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #960D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D2D is #69F2D2. Grayscale: #393939. Windows color (decimal): -6943443 or 2952598. OLE color: 2952598.

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

Color convert

RGB1501345-
CMYK00.910.700.41
HSL345.99º84.05%31.96%-
HSV(B)345.99º91.33%58.82%-
XYZ13.26.963.13-
YUV57.61120.89193.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=72.12%
G=6.25%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150134500.910.700.41345.9984.0531.96
Hex96D2D05B462915a5420
Octal226155501331065153212440
Binary1001011011011011010101101110001101010011010110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,13,45); }

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

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

 a { background-color: rgb(150,13,45); }

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

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

 span { border-color: rgb(150,13,45); }

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