Html Css Color HEX #960520 Carmine

📋 copy color: '#960520'

red 150 ◦ green 5 ◦ blue 32

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

Shades of Carmine #960520

Tints of Carmine #960520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 80.21%
G = 2.67%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#960520 (or 0x960520) is known color: Carmine. HEX triplet: 96, 05 and 20. RGB value is (150,5,32). Sum of RGB (Red+Green+Blue) = 150+5+32=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #960520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960520 is #69FADF. Grayscale: #333333. Windows color (decimal): -6945504 or 2098582. OLE color: 2098582.

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

Color convert

RGB 150 5 32 -
CMYK 0 0.97 0.79 0.41
HSL 348.83º 0.94% 0.3% -
HSV(B) 348.83º 0.97% 0.59% -
XYZ 12.89 6.7 1.98 -
YUV 51.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 150 5 32 0 0.97 0.79 0.41 348.83 0.94 0.3
Hex 96 5 20 0 61 4F 29 15D 5E 1E
Octal 226 5 40 0 141 117 51 535 136 36
Binary 10010110 101 100000 0 1100001 1001111 101001 101011101 1011110 11110

Color Harmonies of #960520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960520

Black with #960520

Text Example


Text Example

White with #960520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960520; }

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

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

background-color css

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

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

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

border-color css

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

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

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