Html Css Color HEX #960016 Carmine

📋 copy color: '#960016'

red 150 ◦ green 0 ◦ blue 22

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

Shades of Carmine #960016

Tints of Carmine #960016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 87.21%
G = 0%
B = 12.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#960016 (or 0x960016) is known color: Carmine. HEX triplet: 96, 00 and 16. RGB value is (150,0,22). Sum of RGB (Red+Green+Blue) = 150+0+22=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #960016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960016 is #69FFE9. Grayscale: #2F2F2F. Windows color (decimal): -6946794 or 1441942. OLE color: 1441942.

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

Color convert

RGB 150 0 22 -
CMYK 0 1 0.85 0.41
HSL 351.2º 1% 0.29% -
HSV(B) 351.2º 1% 0.59% -
XYZ 12.72 6.54 1.35 -
YUV 47.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 150 0 22 0 1 0.85 0.41 351.2 1 0.29
Hex 96 0 16 0 64 55 29 15F 64 1D
Octal 226 0 26 0 144 125 51 537 144 35
Binary 10010110 0 10110 0 1100100 1010101 101001 101011111 1100100 11101

Color Harmonies of #960016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960016

Black with #960016

Text Example


Text Example

White with #960016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960016; }

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

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

background-color css

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

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

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

border-color css

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

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

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