Html Css Color HEX #960111 Carmine

📋 copy color: '#960111'

red 150 ◦ green 1 ◦ blue 17

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

Shades of Carmine #960111

Tints of Carmine #960111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 89.29%
G = 0.6%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960111 (or 0x960111) is known color: Carmine. HEX triplet: 96, 01 and 11. RGB value is (150,1,17). Sum of RGB (Red+Green+Blue) = 150+1+17=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #960111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960111 is #69FEEE. Grayscale: #2F2F2F. Windows color (decimal): -6946543 or 1114518. OLE color: 1114518.

HSL color Cylindrical-coordinate representation of color #960111: hue angle of 353.56º degrees, saturation: 0.99, 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 #960111 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 17 -
CMYK 0 0.99 0.89 0.41
HSL 353.56º 0.99% 0.3% -
HSV(B) 353.56º 0.99% 0.59% -
XYZ 12.69 6.55 1.13 -
YUV 47.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 150 1 17 0 0.99 0.89 0.41 353.56 0.99 0.3
Hex 96 1 11 0 63 59 29 162 63 1E
Octal 226 1 21 0 143 131 51 542 143 36
Binary 10010110 1 10001 0 1100011 1011001 101001 101100010 1100011 11110

Color Harmonies of #960111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960111

Black with #960111

Text Example


Text Example

White with #960111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960111; }

 p { color: rgb(150,1,17); }

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

background-color css

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

 a { background-color: rgb(150,1,17); }

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

border-color css

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

 span { border-color: rgb(150,1,17); }

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