Html Css Color HEX #960118 Carmine

📋 copy color: '#960118'

red 150 ◦ green 1 ◦ blue 24

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

Shades of Carmine #960118

Tints of Carmine #960118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 85.71%
G = 0.57%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#960118 (or 0x960118) is known color: Carmine. HEX triplet: 96, 01 and 18. RGB value is (150,1,24). Sum of RGB (Red+Green+Blue) = 150+1+24=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #960118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960118 is #69FEE7. Grayscale: #303030. Windows color (decimal): -6946536 or 1573270. OLE color: 1573270.

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

Color convert

RGB 150 1 24 -
CMYK 0 0.99 0.84 0.41
HSL 350.74º 0.99% 0.3% -
HSV(B) 350.74º 0.99% 0.59% -
XYZ 12.75 6.57 1.46 -
YUV 48.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 150 1 24 0 0.99 0.84 0.41 350.74 0.99 0.3
Hex 96 1 18 0 63 54 29 15F 63 1E
Octal 226 1 30 0 143 124 51 537 143 36
Binary 10010110 1 11000 0 1100011 1010100 101001 101011111 1100011 11110

Color Harmonies of #960118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960118

Black with #960118

Text Example


Text Example

White with #960118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960118; }

 p { color: rgb(150,1,24); }

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

background-color css

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

 a { background-color: rgb(150,1,24); }

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

border-color css

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

 span { border-color: rgb(150,1,24); }

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