#931218

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

Shades of Carmine #931218

Tints of Carmine #931218

Color information

#931218 (or 0x931218) is unknown color: approx Carmine. HEX triplet: 93, 12 and 18. RGB value is (147,18,24). Sum of RGB (Red+Green+Blue) = 147+18+24=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #931218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931218 is #6CEDE7. Grayscale: #393939. Windows color (decimal): -7138792 or 1577619. OLE color: 1577619.

HSL color Cylindrical-coordinate representation of color #931218: hue angle of 357.21º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931218 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1471824-
CMYK00.880.840.42
HSL357.21º78.18%32.35%-
HSV(B)357.21º87.76%57.65%-
XYZ12.416.71.5-
YUV57.25109.24192.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.78%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=77.78%
G=9.52%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147182400.880.840.42357.2178.1832.35
Hex931218058542A1654e20
Octal223223001301245254511640
Binary1001001110010110000101100010101001010101011001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931218; }

 p { color: rgb(147,18,24); }

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

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

 a { background-color: rgb(147,18,24); }

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

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

 span { border-color: rgb(147,18,24); }

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