#930425

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

Shades of Carmine #930425

Tints of Carmine #930425

Color information

#930425 (or 0x930425) is unknown color: approx Carmine. HEX triplet: 93, 04 and 25. RGB value is (147,4,37). Sum of RGB (Red+Green+Blue) = 147+4+37=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #930425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930425 is #6CFBDA. Grayscale: #323232. Windows color (decimal): -7142363 or 2426003. OLE color: 2426003.

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

Color convert

RGB147437-
CMYK00.970.750.42
HSL346.15º94.7%29.61%-
HSV(B)346.15º97.28%57.65%-
XYZ12.416.422.34-
YUV50.52120.38196.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=78.19%
G=2.13%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14743700.970.750.42346.1594.729.61
Hex934250614B2A15a5f1e
Octal22344501411135253213736
Binary10010011100100101011000011001011101010101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930425; }

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

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

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

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

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

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

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

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