Html Css Color HEX #960014 Carmine

📋 copy color: '#960014'

red 150 ◦ green 0 ◦ blue 20

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

Shades of Carmine #960014

Tints of Carmine #960014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 88.24%
G = 0%
B = 11.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#960014 (or 0x960014) is known color: Carmine. HEX triplet: 96, 00 and 14. RGB value is (150,0,20). Sum of RGB (Red+Green+Blue) = 150+0+20=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #960014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960014 is #69FFEB. Grayscale: #2F2F2F. Windows color (decimal): -6946796 or 1310870. OLE color: 1310870.

HSL color Cylindrical-coordinate representation of color #960014: hue angle of 352º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960014 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 20 -
CMYK 0 1 0.87 0.41
HSL 352º 1% 0.29% -
HSV(B) 352º 1% 0.59% -
XYZ 12.7 6.53 1.25 -
YUV 47.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 150 0 20 0 1 0.87 0.41 352 1 0.29
Hex 96 0 14 0 64 57 29 160 64 1D
Octal 226 0 24 0 144 127 51 540 144 35
Binary 10010110 0 10100 0 1100100 1010111 101001 101100000 1100100 11101

Color Harmonies of #960014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960014

Black with #960014

Text Example


Text Example

White with #960014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960014; }

 p { color: rgb(150,0,20); }

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

background-color css

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

 a { background-color: rgb(150,0,20); }

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

border-color css

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

 span { border-color: rgb(150,0,20); }

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