#930420

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

Shades of Carmine #930420

Tints of Carmine #930420

Color information

#930420 (or 0x930420) is unknown color: approx Carmine. HEX triplet: 93, 04 and 20. RGB value is (147,4,32). Sum of RGB (Red+Green+Blue) = 147+4+32=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #930420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930420 is #6CFBDF. Grayscale: #313131. Windows color (decimal): -7142368 or 2098323. OLE color: 2098323.

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

Color convert

RGB147432-
CMYK00.970.780.42
HSL348.25º94.7%29.61%-
HSV(B)348.25º97.28%57.65%-
XYZ12.346.391.95-
YUV49.95117.88197.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=80.33%
G=2.19%
B=17.49%

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
Decimal14743200.970.780.42348.2594.729.61
Hex934200614E2A15c5f1e
Octal22344001411165253413736
Binary10010011100100000011000011001110101010101011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930420; }

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

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

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

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

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

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

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

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