#961318

Color #961318 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #961318

Tints of Carmine #961318

Color information

#961318 (or 0x961318) is unknown color: approx Carmine. HEX triplet: 96, 13 and 18. RGB value is (150,19,24). Sum of RGB (Red+Green+Blue) = 150+19+24=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #961318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961318 is #69ECE7. Grayscale: #3A3A3A. Windows color (decimal): -6941928 or 1577878. OLE color: 1577878.

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

Color convert

RGB1501924-
CMYK00.870.840.41
HSL357.71º77.51%33.14%-
HSV(B)357.71º87.33%58.82%-
XYZ12.987.021.53-
YUV58.74108.4193.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.72%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=77.72%
G=9.84%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150192400.870.840.41357.7177.5133.14
Hex96131805754291664e21
Octal226233001271245154611641
Binary1001011010011110000101011110101001010011011001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961318; }

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

 H1.HeaderClassName
 {
   color: #961318;
 }
 .AnyTagClassName
 {
   color: #961318;
 }
</style>
background-color css

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

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

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

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

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

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