Html Css Color HEX #960615 Carmine

📋 copy color: '#960615'

red 150 ◦ green 6 ◦ blue 21

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

Shades of Carmine #960615

Tints of Carmine #960615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

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

R = 84.75%
G = 3.39%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#960615 (or 0x960615) is known color: Carmine. HEX triplet: 96, 06 and 15. RGB value is (150,6,21). Sum of RGB (Red+Green+Blue) = 150+6+21=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #960615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960615 is #69F9EA. Grayscale: #323232. Windows color (decimal): -6945259 or 1377942. OLE color: 1377942.

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

Color convert

RGB 150 6 21 -
CMYK 0 0.96 0.86 0.41
HSL 353.75º 0.92% 0.31% -
HSV(B) 353.75º 0.96% 0.59% -
XYZ 12.78 6.67 1.32 -
YUV 50.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 150 6 21 0 0.96 0.86 0.41 353.75 0.92 0.31
Hex 96 6 15 0 60 56 29 162 5C 1F
Octal 226 6 25 0 140 126 51 542 134 37
Binary 10010110 110 10101 0 1100000 1010110 101001 101100010 1011100 11111

Color Harmonies of #960615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960615

Black with #960615

Text Example


Text Example

White with #960615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960615; }

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

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

background-color css

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

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

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

border-color css

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

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

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