Html Css Color HEX #960518 Carmine

📋 copy color: '#960518'

red 150 ◦ green 5 ◦ blue 24

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

Shades of Carmine #960518

Tints of Carmine #960518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 83.8%
G = 2.79%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#960518 (or 0x960518) is known color: 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

RGB 150 5 24 -
CMYK 0 0.97 0.84 0.41
HSL 352.14º 0.94% 0.3% -
HSV(B) 352.14º 0.97% 0.59% -
XYZ 12.8 6.66 1.47 -
YUV 50.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 150 5 24 0 0.97 0.84 0.41 352.14 0.94 0.3
Hex 96 5 18 0 61 54 29 160 5E 1E
Octal 226 5 30 0 141 124 51 540 136 36
Binary 10010110 101 11000 0 1100001 1010100 101001 101100000 1011110 11110

Color Harmonies of #960518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960518

Black with #960518

Text Example


Text Example

White with #960518

Text Example


Text Example

HTML Codes & Css Web 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>