#960D2C

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

Shades of Carmine #960D2C

Tints of Carmine #960D2C

Color information

#960D2C (or 0x960D2C) is unknown color: approx Carmine. HEX triplet: 96, 0D and 2C. RGB value is (150,13,44). Sum of RGB (Red+Green+Blue) = 150+13+44=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #960D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D2C is #69F2D3. Grayscale: #393939. Windows color (decimal): -6943444 or 2887062. OLE color: 2887062.

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

Color convert

RGB1501344-
CMYK00.910.710.41
HSL346.42º84.05%31.96%-
HSV(B)346.42º91.33%58.82%-
XYZ13.186.953.03-
YUV57.5120.39193.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=72.46%
G=6.28%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150134400.910.710.41346.4284.0531.96
Hex96D2C05B472915a5420
Octal226155401331075153212440
Binary1001011011011011000101101110001111010011010110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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