Html Css Color HEX #960512 Carmine

📋 copy color: '#960512'

red 150 ◦ green 5 ◦ blue 18

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

Shades of Carmine #960512

Tints of Carmine #960512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 86.71%
G = 2.89%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#960512 (or 0x960512) is known color: Carmine. HEX triplet: 96, 05 and 12. RGB value is (150,5,18). Sum of RGB (Red+Green+Blue) = 150+5+18=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960512 is #69FAED. Grayscale: #313131. Windows color (decimal): -6945518 or 1181078. OLE color: 1181078.

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

Color convert

RGB 150 5 18 -
CMYK 0 0.97 0.88 0.41
HSL 354.62º 0.94% 0.3% -
HSV(B) 354.62º 0.97% 0.59% -
XYZ 12.74 6.64 1.18 -
YUV 49.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 150 5 18 0 0.97 0.88 0.41 354.62 0.94 0.3
Hex 96 5 12 0 61 58 29 163 5E 1E
Octal 226 5 22 0 141 130 51 543 136 36
Binary 10010110 101 10010 0 1100001 1011000 101001 101100011 1011110 11110

Color Harmonies of #960512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960512

Black with #960512

Text Example


Text Example

White with #960512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960512; }

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

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

background-color css

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

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

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

border-color css

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

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

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