Html Css Color HEX #960918 Carmine

📋 copy color: '#960918'

red 150 ◦ green 9 ◦ blue 24

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

Shades of Carmine #960918

Tints of Carmine #960918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 81.97%
G = 4.92%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#960918 (or 0x960918) is known color: Carmine. HEX triplet: 96, 09 and 18. RGB value is (150,9,24). Sum of RGB (Red+Green+Blue) = 150+9+24=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #960918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960918 is #69F6E7. Grayscale: #343434. Windows color (decimal): -6944488 or 1575318. OLE color: 1575318.

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

Color convert

RGB 150 9 24 -
CMYK 0 0.94 0.84 0.41
HSL 353.62º 0.89% 0.31% -
HSV(B) 353.62º 0.94% 0.59% -
XYZ 12.84 6.75 1.49 -
YUV 52.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 150 9 24 0 0.94 0.84 0.41 353.62 0.89 0.31
Hex 96 9 18 0 5E 54 29 162 59 1F
Octal 226 11 30 0 136 124 51 542 131 37
Binary 10010110 1001 11000 0 1011110 1010100 101001 101100010 1011001 11111

Color Harmonies of #960918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960918

Black with #960918

Text Example


Text Example

White with #960918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960918; }

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

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

background-color css

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

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

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

border-color css

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

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

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