Html Css Color HEX #960112 Carmine

📋 copy color: '#960112'

red 150 ◦ green 1 ◦ blue 18

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

Shades of Carmine #960112

Tints of Carmine #960112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 88.76%
G = 0.59%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#960112 (or 0x960112) is known color: Carmine. HEX triplet: 96, 01 and 12. RGB value is (150,1,18). Sum of RGB (Red+Green+Blue) = 150+1+18=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #960112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960112 is #69FEED. Grayscale: #2F2F2F. Windows color (decimal): -6946542 or 1180054. OLE color: 1180054.

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

Color convert

RGB 150 1 18 -
CMYK 0 0.99 0.88 0.41
HSL 353.15º 0.99% 0.3% -
HSV(B) 353.15º 0.99% 0.59% -
XYZ 12.7 6.55 1.17 -
YUV 47.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 150 1 18 0 0.99 0.88 0.41 353.15 0.99 0.3
Hex 96 1 12 0 63 58 29 161 63 1E
Octal 226 1 22 0 143 130 51 541 143 36
Binary 10010110 1 10010 0 1100011 1011000 101001 101100001 1100011 11110

Color Harmonies of #960112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960112

Black with #960112

Text Example


Text Example

White with #960112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960112; }

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

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

background-color css

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

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

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

border-color css

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

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

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