Html Css Color HEX #961416 Carmine

📋 copy color: '#961416'

red 150 ◦ green 20 ◦ blue 22

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

Shades of Carmine #961416

Tints of Carmine #961416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 78.13%
G = 10.42%
B = 11.46%

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

#961416 (or 0x961416) is known color: Carmine. HEX triplet: 96, 14 and 16. RGB value is (150,20,22). Sum of RGB (Red+Green+Blue) = 150+20+22=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #961416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961416 is #69EBE9. Grayscale: #3B3B3B. Windows color (decimal): -6941674 or 1447062. OLE color: 1447062.

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

Color convert

RGB 150 20 22 -
CMYK 0 0.87 0.85 0.41
HSL 359.08º 0.76% 0.33% -
HSV(B) 359.08º 0.87% 0.59% -
XYZ 12.97 7.04 1.43 -
YUV 59.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 150 20 22 0 0.87 0.85 0.41 359.08 0.76 0.33
Hex 96 14 16 0 57 55 29 167 4C 21
Octal 226 24 26 0 127 125 51 547 114 41
Binary 10010110 10100 10110 0 1010111 1010101 101001 101100111 1001100 100001

Color Harmonies of #961416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961416

Black with #961416

Text Example


Text Example

White with #961416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961416; }

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

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

background-color css

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

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

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

border-color css

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

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

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