#960C2D

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

Shades of Carmine #960C2D

Tints of Carmine #960C2D

Color information

#960C2D (or 0x960C2D) is unknown color: approx Carmine. HEX triplet: 96, 0C and 2D. RGB value is (150,12,45). Sum of RGB (Red+Green+Blue) = 150+12+45=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #960C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960C2D is #69F3D2. Grayscale: #393939. Windows color (decimal): -6943699 or 2952342. OLE color: 2952342.

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

Color convert

RGB1501245-
CMYK00.920.700.41
HSL345.65º85.19%31.76%-
HSV(B)345.65º92%58.82%-
XYZ13.186.943.13-
YUV57.02121.22194.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=72.46%
G=5.80%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150124500.920.700.41345.6585.1931.76
Hex96C2D05C462915a5520
Octal226145501341065153212540
Binary1001011011001011010101110010001101010011010110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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