Html Css Color HEX #961518 Carmine

📋 copy color: '#961518'

red 150 ◦ green 21 ◦ blue 24

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

Shades of Carmine #961518

Tints of Carmine #961518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 76.92%
G = 10.77%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#961518 (or 0x961518) is known color: Carmine. HEX triplet: 96, 15 and 18. RGB value is (150,21,24). Sum of RGB (Red+Green+Blue) = 150+21+24=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961518 is #69EAE7. Grayscale: #3C3C3C. Windows color (decimal): -6941416 or 1578390. OLE color: 1578390.

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

Color convert

RGB 150 21 24 -
CMYK 0 0.86 0.84 0.41
HSL 358.6º 0.75% 0.34% -
HSV(B) 358.6º 0.86% 0.59% -
XYZ 13.01 7.09 1.55 -
YUV 59.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 150 21 24 0 0.86 0.84 0.41 358.6 0.75 0.34
Hex 96 15 18 0 56 54 29 167 4B 22
Octal 226 25 30 0 126 124 51 547 113 42
Binary 10010110 10101 11000 0 1010110 1010100 101001 101100111 1001011 100010

Color Harmonies of #961518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961518

Black with #961518

Text Example


Text Example

White with #961518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961518; }

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

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

background-color css

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

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

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

border-color css

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

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

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