Html Css Color HEX #961115 Carmine

📋 copy color: '#961115'

red 150 ◦ green 17 ◦ blue 21

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

Shades of Carmine #961115

Tints of Carmine #961115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 79.79%
G = 9.04%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961115 (or 0x961115) is known color: Carmine. HEX triplet: 96, 11 and 15. RGB value is (150,17,21). Sum of RGB (Red+Green+Blue) = 150+17+21=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #961115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961115 is #69EEEA. Grayscale: #393939. Windows color (decimal): -6942443 or 1380758. OLE color: 1380758.

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

Color convert

RGB 150 17 21 -
CMYK 0 0.89 0.86 0.41
HSL 358.2º 0.8% 0.33% -
HSV(B) 358.2º 0.89% 0.59% -
XYZ 12.91 6.94 1.37 -
YUV 57.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 150 17 21 0 0.89 0.86 0.41 358.2 0.8 0.33
Hex 96 11 15 0 59 56 29 166 50 21
Octal 226 21 25 0 131 126 51 546 120 41
Binary 10010110 10001 10101 0 1011001 1010110 101001 101100110 1010000 100001

Color Harmonies of #961115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961115

Black with #961115

Text Example


Text Example

White with #961115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961115; }

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

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

background-color css

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

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

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

border-color css

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

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

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