#930516

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

Shades of Carmine #930516

Tints of Carmine #930516

Color information

#930516 (or 0x930516) is unknown color: approx Carmine. HEX triplet: 93, 05 and 16. RGB value is (147,5,22). Sum of RGB (Red+Green+Blue) = 147+5+22=174 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84.48% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 147 - color contains mainly: red. Hex color #930516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930516 is #6CFAE9. Grayscale: #313131. Windows color (decimal): -7142122 or 1443219. OLE color: 1443219.

HSL color Cylindrical-coordinate representation of color #930516: hue angle of 352.82º 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 #930516 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB147522-
CMYK00.970.850.42
HSL352.82º93.42%29.8%-
HSV(B)352.82º96.6%57.65%-
XYZ12.236.371.34-
YUV49.4112.54197.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84.48%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=84.48%
G=2.87%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14752200.970.850.42352.8293.4229.8
Hex93516061552A1615d1e
Octal22352601411255254113536
Binary1001001110110110011000011010101101010101100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930516; }

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

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

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

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

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

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

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

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