#961018

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

Shades of Carmine #961018

Tints of Carmine #961018

Color information

#961018 (or 0x961018) is unknown color: approx Carmine. HEX triplet: 96, 10 and 18. RGB value is (150,16,24). Sum of RGB (Red+Green+Blue) = 150+16+24=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961018 is #69EFE7. Grayscale: #393939. Windows color (decimal): -6942696 or 1577110. OLE color: 1577110.

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

Color convert

RGB1501624-
CMYK00.890.840.41
HSL356.42º80.72%32.55%-
HSV(B)356.42º89.33%58.82%-
XYZ12.936.921.52-
YUV56.98109.39194.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=78.95%
G=8.42%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150162400.890.840.41356.4280.7232.55
Hex96101805954291645121
Octal226203001311245154412141
Binary1001011010000110000101100110101001010011011001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961018; }

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

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

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

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

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

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

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

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