#930421

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

Shades of Carmine #930421

Tints of Carmine #930421

Color information

#930421 (or 0x930421) is unknown color: approx Carmine. HEX triplet: 93, 04 and 21. RGB value is (147,4,33). Sum of RGB (Red+Green+Blue) = 147+4+33=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #930421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930421 is #6CFBDE. Grayscale: #323232. Windows color (decimal): -7142367 or 2163859. OLE color: 2163859.

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

Color convert

RGB147433-
CMYK00.970.780.42
HSL347.83º94.7%29.61%-
HSV(B)347.83º97.28%57.65%-
XYZ12.356.42.02-
YUV50.06118.38197.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=79.89%
G=2.17%
B=17.93%

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
Decimal14743300.970.780.42347.8394.729.61
Hex934210614E2A15c5f1e
Octal22344101411165253413736
Binary10010011100100001011000011001110101010101011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930421; }

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

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

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

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

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

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

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

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