Html Css Color HEX #960519 Carmine

📋 copy color: '#960519'

red 150 ◦ green 5 ◦ blue 25

#960519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #960519

Tints of Carmine #960519

RGB

 RED value IS 150 (58.98% from 255) = 83.33%

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 83.33%
G = 2.78%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#960519 (or 0x960519) is known color: Carmine. HEX triplet: 96, 05 and 19. RGB value is (150,5,25). Sum of RGB (Red+Green+Blue) = 150+5+25=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #960519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960519 is #69FAE6. Grayscale: #323232. Windows color (decimal): -6945511 or 1639830. OLE color: 1639830.

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

Color convert

RGB 150 5 25 -
CMYK 0 0.97 0.83 0.41
HSL 351.72º 0.94% 0.3% -
HSV(B) 351.72º 0.97% 0.59% -
XYZ 12.81 6.66 1.53 -
YUV 50.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 150 5 25 0 0.97 0.83 0.41 351.72 0.94 0.3
Hex 96 5 19 0 61 53 29 160 5E 1E
Octal 226 5 31 0 141 123 51 540 136 36
Binary 10010110 101 11001 0 1100001 1010011 101001 101100000 1011110 11110

Color Harmonies of #960519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960519

Black with #960519

Text Example


Text Example

White with #960519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960519; }

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

 H1.HeaderClassName
 {
   color: #960519;
 }
 .AnyTagClassName
 {
   color: #960519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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