Html Css Color HEX #960521 Carmine

📋 copy color: '#960521'

red 150 ◦ green 5 ◦ blue 33

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

Shades of Carmine #960521

Tints of Carmine #960521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 79.79%
G = 2.66%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#960521 (or 0x960521) is known color: Carmine. HEX triplet: 96, 05 and 21. RGB value is (150,5,33). Sum of RGB (Red+Green+Blue) = 150+5+33=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #960521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960521 is #69FADE. Grayscale: #333333. Windows color (decimal): -6945503 or 2164118. OLE color: 2164118.

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

Color convert

RGB 150 5 33 -
CMYK 0 0.97 0.78 0.41
HSL 348.41º 0.94% 0.3% -
HSV(B) 348.41º 0.97% 0.59% -
XYZ 12.91 6.7 2.05 -
YUV 51.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 150 5 33 0 0.97 0.78 0.41 348.41 0.94 0.3
Hex 96 5 21 0 61 4E 29 15C 5E 1E
Octal 226 5 41 0 141 116 51 534 136 36
Binary 10010110 101 100001 0 1100001 1001110 101001 101011100 1011110 11110

Color Harmonies of #960521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960521

Black with #960521

Text Example


Text Example

White with #960521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960521; }

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

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

background-color css

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

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

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

border-color css

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

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

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