#960313

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

Shades of Carmine #960313

Tints of Carmine #960313

Color information

#960313 (or 0x960313) is unknown color: approx Carmine. HEX triplet: 96, 03 and 13. RGB value is (150,3,19). Sum of RGB (Red+Green+Blue) = 150+3+19=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #960313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960313 is #69FCEC. Grayscale: #303030. Windows color (decimal): -6946029 or 1246102. OLE color: 1246102.

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

Color convert

RGB150319-
CMYK00.980.870.41
HSL353.47º96.08%30%-
HSV(B)353.47º98%58.82%-
XYZ12.736.61.22-
YUV48.78111.2200.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 87.21%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=87.21%
G=1.74%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15031900.980.870.41353.4796.0830
Hex963130625729161601e
Octal22632301421275154114036
Binary100101101110011011000101010111101001101100001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960313; }

 p { color: rgb(150,3,19); }

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

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

 a { background-color: rgb(150,3,19); }

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

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

 span { border-color: rgb(150,3,19); }

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