Html Css Color HEX #961220 Carmine

📋 copy color: '#961220'

red 150 ◦ green 18 ◦ blue 32

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

Shades of Carmine #961220

Tints of Carmine #961220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 75%
G = 9%
B = 16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#961220 (or 0x961220) is known color: Carmine. HEX triplet: 96, 12 and 20. RGB value is (150,18,32). Sum of RGB (Red+Green+Blue) = 150+18+32=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #961220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961220 is #69EDDF. Grayscale: #3B3B3B. Windows color (decimal): -6942176 or 2101910. OLE color: 2101910.

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

Color convert

RGB 150 18 32 -
CMYK 0 0.88 0.79 0.41
HSL 353.64º 0.79% 0.33% -
HSV(B) 353.64º 0.88% 0.59% -
XYZ 13.05 7.02 2.03 -
YUV 59.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 150 18 32 0 0.88 0.79 0.41 353.64 0.79 0.33
Hex 96 12 20 0 58 4F 29 162 4F 21
Octal 226 22 40 0 130 117 51 542 117 41
Binary 10010110 10010 100000 0 1011000 1001111 101001 101100010 1001111 100001

Color Harmonies of #961220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961220

Black with #961220

Text Example


Text Example

White with #961220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961220; }

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

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

background-color css

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

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

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

border-color css

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

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

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