Html Css Color HEX #961316 Carmine

📋 copy color: '#961316'

red 150 ◦ green 19 ◦ blue 22

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

Shades of Carmine #961316

Tints of Carmine #961316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 78.53%
G = 9.95%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#961316 (or 0x961316) is known color: Carmine. HEX triplet: 96, 13 and 16. RGB value is (150,19,22). Sum of RGB (Red+Green+Blue) = 150+19+22=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961316 is #69ECE9. Grayscale: #3A3A3A. Windows color (decimal): -6941930 or 1446806. OLE color: 1446806.

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

Color convert

RGB 150 19 22 -
CMYK 0 0.87 0.85 0.41
HSL 358.63º 0.78% 0.33% -
HSV(B) 358.63º 0.87% 0.59% -
XYZ 12.96 7.01 1.43 -
YUV 58.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 150 19 22 0 0.87 0.85 0.41 358.63 0.78 0.33
Hex 96 13 16 0 57 55 29 167 4E 21
Octal 226 23 26 0 127 125 51 547 116 41
Binary 10010110 10011 10110 0 1010111 1010101 101001 101100111 1001110 100001

Color Harmonies of #961316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961316

Black with #961316

Text Example


Text Example

White with #961316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961316; }

 p { color: rgb(150,19,22); }

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

background-color css

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

 a { background-color: rgb(150,19,22); }

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

border-color css

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

 span { border-color: rgb(150,19,22); }

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