Html Css Color HEX #960212 Carmine

📋 copy color: '#960212'

red 150 ◦ green 2 ◦ blue 18

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

Shades of Carmine #960212

Tints of Carmine #960212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 88.24%
G = 1.18%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#960212 (or 0x960212) is known color: Carmine. HEX triplet: 96, 02 and 12. RGB value is (150,2,18). Sum of RGB (Red+Green+Blue) = 150+2+18=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #960212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960212 is #69FDED. Grayscale: #303030. Windows color (decimal): -6946286 or 1180310. OLE color: 1180310.

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

Color convert

RGB 150 2 18 -
CMYK 0 0.99 0.88 0.41
HSL 353.51º 0.97% 0.3% -
HSV(B) 353.51º 0.99% 0.59% -
XYZ 12.71 6.57 1.17 -
YUV 48.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 150 2 18 0 0.99 0.88 0.41 353.51 0.97 0.3
Hex 96 2 12 0 63 58 29 162 61 1E
Octal 226 2 22 0 143 130 51 542 141 36
Binary 10010110 10 10010 0 1100011 1011000 101001 101100010 1100001 11110

Color Harmonies of #960212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960212

Black with #960212

Text Example


Text Example

White with #960212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960212; }

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

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

background-color css

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

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

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

border-color css

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

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

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