#960317

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

Shades of Carmine #960317

Tints of Carmine #960317

Color information

#960317 (or 0x960317) is unknown color: approx Carmine. HEX triplet: 96, 03 and 17. RGB value is (150,3,23). Sum of RGB (Red+Green+Blue) = 150+3+23=176 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.23% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 150 - color contains mainly: red. Hex color #960317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960317 is #69FCE8. Grayscale: #313131. Windows color (decimal): -6946025 or 1508246. OLE color: 1508246.

HSL color Cylindrical-coordinate representation of color #960317: hue angle of 351.84º 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 #960317 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB150323-
CMYK00.980.850.41
HSL351.84º96.08%30%-
HSV(B)351.84º98%58.82%-
XYZ12.766.611.41-
YUV49.23113.2199.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 85.23%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=85.23%
G=1.70%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15032300.980.850.41351.8496.0830
Hex963170625529160601e
Octal22632701421255154014036
Binary100101101110111011000101010101101001101100000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960317; }

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

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

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

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

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

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

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

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