Html Css Color HEX #960220 Carmine

📋 copy color: '#960220'

red 150 ◦ green 2 ◦ blue 32

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

Shades of Carmine #960220

Tints of Carmine #960220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 81.52%
G = 1.09%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#960220 (or 0x960220) is known color: Carmine. HEX triplet: 96, 02 and 20. RGB value is (150,2,32). Sum of RGB (Red+Green+Blue) = 150+2+32=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #960220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960220 is #69FDDF. Grayscale: #313131. Windows color (decimal): -6946272 or 2097814. OLE color: 2097814.

HSL color Cylindrical-coordinate representation of color #960220: hue angle of 347.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960220 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 32 -
CMYK 0 0.99 0.79 0.41
HSL 347.84º 0.97% 0.3% -
HSV(B) 347.84º 0.99% 0.59% -
XYZ 12.86 6.63 1.97 -
YUV 49.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 150 2 32 0 0.99 0.79 0.41 347.84 0.97 0.3
Hex 96 2 20 0 63 4F 29 15C 61 1E
Octal 226 2 40 0 143 117 51 534 141 36
Binary 10010110 10 100000 0 1100011 1001111 101001 101011100 1100001 11110

Color Harmonies of #960220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960220

Black with #960220

Text Example


Text Example

White with #960220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960220; }

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

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

background-color css

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

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

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

border-color css

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

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

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