#960316

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

Shades of Carmine #960316

Tints of Carmine #960316

Color information

#960316 (or 0x960316) is unknown color: approx Carmine. HEX triplet: 96, 03 and 16. RGB value is (150,3,22). Sum of RGB (Red+Green+Blue) = 150+3+22=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #960316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960316 is #69FCE9. Grayscale: #313131. Windows color (decimal): -6946026 or 1442710. OLE color: 1442710.

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

Color convert

RGB150322-
CMYK00.980.850.41
HSL352.24º96.08%30%-
HSV(B)352.24º98%58.82%-
XYZ12.766.611.36-
YUV49.12112.7199.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 85.71%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=85.71%
G=1.71%
B=12.57%

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
Decimal15032200.980.850.41352.2496.0830
Hex963160625529160601e
Octal22632601421255154014036
Binary100101101110110011000101010101101001101100000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960316; }

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

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

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

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

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

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

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

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