#930513

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

Shades of Carmine #930513

Tints of Carmine #930513

Color information

#930513 (or 0x930513) is unknown color: approx Carmine. HEX triplet: 93, 05 and 13. RGB value is (147,5,19). Sum of RGB (Red+Green+Blue) = 147+5+19=171 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.96% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 147 - color contains mainly: red. Hex color #930513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930513 is #6CFAEC. Grayscale: #313131. Windows color (decimal): -7142125 or 1246611. OLE color: 1246611.

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

Color convert

RGB147519-
CMYK00.970.870.42
HSL354.08º93.42%29.8%-
HSV(B)354.08º96.6%57.65%-
XYZ12.26.361.2-
YUV49.05111.04197.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 85.96%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=85.96%
G=2.92%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14751900.970.870.42354.0893.4229.8
Hex93513061572A1625d1e
Octal22352301411275254213536
Binary1001001110110011011000011010111101010101100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930513; }

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

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

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

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

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

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

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

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