#960518

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

Shades of Carmine #960518

Tints of Carmine #960518

Color information

#960518 (or 0x960518) is unknown color: approx Carmine. HEX triplet: 96, 05 and 18. RGB value is (150,5,24). Sum of RGB (Red+Green+Blue) = 150+5+24=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #960518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960518 is #69FAE7. Grayscale: #323232. Windows color (decimal): -6945512 or 1574294. OLE color: 1574294.

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

Color convert

RGB150524-
CMYK00.970.840.41
HSL352.14º93.55%30.39%-
HSV(B)352.14º96.67%58.82%-
XYZ12.86.661.47-
YUV50.52113.04198.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 83.80%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=83.80%
G=2.79%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15052400.970.840.41352.1493.5530.39
Hex9651806154291605e1e
Octal22653001411245154013636
Binary1001011010111000011000011010100101001101100000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960518; }

 p { color: rgb(150,5,24); }

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

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

 a { background-color: rgb(150,5,24); }

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

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

 span { border-color: rgb(150,5,24); }

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