#930518

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

Shades of Carmine #930518

Tints of Carmine #930518

Color information

#930518 (or 0x930518) is unknown color: approx Carmine. HEX triplet: 93, 05 and 18. RGB value is (147,5,24). Sum of RGB (Red+Green+Blue) = 147+5+24=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #930518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930518 is #6CFAE7. Grayscale: #313131. Windows color (decimal): -7142120 or 1574291. OLE color: 1574291.

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

Color convert

RGB147524-
CMYK00.970.840.42
HSL351.97º93.42%29.8%-
HSV(B)351.97º96.6%57.65%-
XYZ12.256.381.45-
YUV49.62113.54197.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.52%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=83.52%
G=2.84%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14752400.970.840.42351.9793.4229.8
Hex93518061542A1605d1e
Octal22353001411245254013536
Binary1001001110111000011000011010100101010101100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930518; }

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

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

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

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

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

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

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

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