#930424

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

Shades of Carmine #930424

Tints of Carmine #930424

Color information

#930424 (or 0x930424) is unknown color: approx Carmine. HEX triplet: 93, 04 and 24. RGB value is (147,4,36). Sum of RGB (Red+Green+Blue) = 147+4+36=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #930424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930424 is #6CFBDB. Grayscale: #323232. Windows color (decimal): -7142364 or 2360467. OLE color: 2360467.

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

Color convert

RGB147436-
CMYK00.970.760.42
HSL346.57º94.7%29.61%-
HSV(B)346.57º97.28%57.65%-
XYZ12.396.422.25-
YUV50.4119.88196.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.61%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=78.61%
G=2.14%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14743600.970.760.42346.5794.729.61
Hex934240614C2A15b5f1e
Octal22344401411145253313736
Binary10010011100100100011000011001100101010101011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930424; }

 p { color: rgb(147,4,36); }

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

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

 a { background-color: rgb(147,4,36); }

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

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

 span { border-color: rgb(147,4,36); }

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