Html Css Color HEX #960516 Carmine

📋 copy color: '#960516'

red 150 ◦ green 5 ◦ blue 22

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

Shades of Carmine #960516

Tints of Carmine #960516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 84.75%
G = 2.82%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#960516 (or 0x960516) is known color: Carmine. HEX triplet: 96, 05 and 16. RGB value is (150,5,22). Sum of RGB (Red+Green+Blue) = 150+5+22=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #960516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960516 is #69FAE9. Grayscale: #323232. Windows color (decimal): -6945514 or 1443222. OLE color: 1443222.

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

Color convert

RGB 150 5 22 -
CMYK 0 0.97 0.85 0.41
HSL 352.97º 0.94% 0.3% -
HSV(B) 352.97º 0.97% 0.59% -
XYZ 12.78 6.65 1.37 -
YUV 50.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 150 5 22 0 0.97 0.85 0.41 352.97 0.94 0.3
Hex 96 5 16 0 61 55 29 161 5E 1E
Octal 226 5 26 0 141 125 51 541 136 36
Binary 10010110 101 10110 0 1100001 1010101 101001 101100001 1011110 11110

Color Harmonies of #960516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960516

Black with #960516

Text Example


Text Example

White with #960516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960516; }

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

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

background-color css

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

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

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

border-color css

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

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

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