Html Css Color HEX #960011 Carmine

📋 copy color: '#960011'

red 150 ◦ green 0 ◦ blue 17

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

Shades of Carmine #960011

Tints of Carmine #960011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.82%
G = 0%
B = 10.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960011 (or 0x960011) is known color: Carmine. HEX triplet: 96, 00 and 11. RGB value is (150,0,17). Sum of RGB (Red+Green+Blue) = 150+0+17=167 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.82% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 150 - color contains mainly: red. Hex color #960011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960011 is #69FFEE. Grayscale: #2E2E2E. Windows color (decimal): -6946799 or 1114262. OLE color: 1114262.

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

Color convert

RGB 150 0 17 -
CMYK 0 1 0.89 0.41
HSL 353.2º 1% 0.29% -
HSV(B) 353.2º 1% 0.59% -
XYZ 12.68 6.52 1.12 -
YUV 46.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 150 0 17 0 1 0.89 0.41 353.2 1 0.29
Hex 96 0 11 0 64 59 29 161 64 1D
Octal 226 0 21 0 144 131 51 541 144 35
Binary 10010110 0 10001 0 1100100 1011001 101001 101100001 1100100 11101

Color Harmonies of #960011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960011

Black with #960011

Text Example


Text Example

White with #960011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960011; }

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

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

background-color css

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

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

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

border-color css

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

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

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