#960219

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

Shades of Carmine #960219

Tints of Carmine #960219

Color information

#960219 (or 0x960219) is unknown color: approx Carmine. HEX triplet: 96, 02 and 19. RGB value is (150,2,25). Sum of RGB (Red+Green+Blue) = 150+2+25=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #960219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960219 is #69FDE6. Grayscale: #303030. Windows color (decimal): -6946279 or 1639062. OLE color: 1639062.

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

Color convert

RGB150225-
CMYK00.990.830.41
HSL350.68º97.37%29.8%-
HSV(B)350.68º98.67%58.82%-
XYZ12.776.61.52-
YUV48.87114.53200.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=84.75%
G=1.13%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15022500.990.830.41350.6897.3729.8
Hex96219063532915f611e
Octal22623101431235153714136
Binary100101101011001011000111010011101001101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960219; }

 p { color: rgb(150,2,25); }

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

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

 a { background-color: rgb(150,2,25); }

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

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

 span { border-color: rgb(150,2,25); }

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