#930520

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

Shades of Carmine #930520

Tints of Carmine #930520

Color information

#930520 (or 0x930520) is unknown color: approx Carmine. HEX triplet: 93, 05 and 20. RGB value is (147,5,32). Sum of RGB (Red+Green+Blue) = 147+5+32=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #930520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930520 is #6CFADF. Grayscale: #323232. Windows color (decimal): -7142112 or 2098579. OLE color: 2098579.

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

Color convert

RGB147532-
CMYK00.970.780.42
HSL348.59º93.42%29.8%-
HSV(B)348.59º96.6%57.65%-
XYZ12.356.421.95-
YUV50.54117.54196.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=79.89%
G=2.72%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14753200.970.780.42348.5993.4229.8
Hex935200614E2A15d5d1e
Octal22354001411165253513536
Binary10010011101100000011000011001110101010101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930520; }

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

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

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

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

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

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

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

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