Html Css Color HEX #960215 Carmine

📋 copy color: '#960215'

red 150 ◦ green 2 ◦ blue 21

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

Shades of Carmine #960215

Tints of Carmine #960215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 86.71%
G = 1.16%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#960215 (or 0x960215) is known color: Carmine. HEX triplet: 96, 02 and 15. RGB value is (150,2,21). Sum of RGB (Red+Green+Blue) = 150+2+21=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960215 is #69FDEA. Grayscale: #303030. Windows color (decimal): -6946283 or 1376918. OLE color: 1376918.

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

Color convert

RGB 150 2 21 -
CMYK 0 0.99 0.86 0.41
HSL 352.3º 0.97% 0.3% -
HSV(B) 352.3º 0.99% 0.59% -
XYZ 12.73 6.58 1.31 -
YUV 48.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 150 2 21 0 0.99 0.86 0.41 352.3 0.97 0.3
Hex 96 2 15 0 63 56 29 160 61 1E
Octal 226 2 25 0 143 126 51 540 141 36
Binary 10010110 10 10101 0 1100011 1010110 101001 101100000 1100001 11110

Color Harmonies of #960215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960215

Black with #960215

Text Example


Text Example

White with #960215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960215; }

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

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

background-color css

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

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

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

border-color css

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

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

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