Html Css Color HEX #960312 Carmine

📋 copy color: '#960312'

red 150 ◦ green 3 ◦ blue 18

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

Shades of Carmine #960312

Tints of Carmine #960312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 87.72%
G = 1.75%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#960312 (or 0x960312) is known color: Carmine. HEX triplet: 96, 03 and 12. RGB value is (150,3,18). Sum of RGB (Red+Green+Blue) = 150+3+18=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #960312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960312 is #69FCED. Grayscale: #303030. Windows color (decimal): -6946030 or 1180566. OLE color: 1180566.

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

Color convert

RGB 150 3 18 -
CMYK 0 0.98 0.88 0.41
HSL 353.88º 0.96% 0.3% -
HSV(B) 353.88º 0.98% 0.59% -
XYZ 12.72 6.59 1.17 -
YUV 48.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 150 3 18 0 0.98 0.88 0.41 353.88 0.96 0.3
Hex 96 3 12 0 62 58 29 162 60 1E
Octal 226 3 22 0 142 130 51 542 140 36
Binary 10010110 11 10010 0 1100010 1011000 101001 101100010 1100000 11110

Color Harmonies of #960312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960312

Black with #960312

Text Example


Text Example

White with #960312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960312; }

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

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

background-color css

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

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

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

border-color css

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

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

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