#960615

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

Shades of Carmine #960615

Tints of Carmine #960615

Color information

#960615 (or 0x960615) is unknown color: approx Carmine. HEX triplet: 96, 06 and 15. RGB value is (150,6,21). Sum of RGB (Red+Green+Blue) = 150+6+21=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #960615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960615 is #69F9EA. Grayscale: #323232. Windows color (decimal): -6945259 or 1377942. OLE color: 1377942.

HSL color Cylindrical-coordinate representation of color #960615: hue angle of 353.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960615 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB150621-
CMYK00.960.860.41
HSL353.75º92.31%30.59%-
HSV(B)353.75º96%58.82%-
XYZ12.786.671.32-
YUV50.77111.21198.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=84.75%
G=3.39%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15062100.960.860.41353.7592.3130.59
Hex9661506056291625c1f
Octal22662501401265154213437
Binary1001011011010101011000001010110101001101100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960615; }

 p { color: rgb(150,6,21); }

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

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

 a { background-color: rgb(150,6,21); }

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

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

 span { border-color: rgb(150,6,21); }

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