#930603

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

Shades of Dark Red #930603

Tints of Dark Red #930603

Color information

#930603 (or 0x930603) is unknown color: approx Dark Red. HEX triplet: 93, 06 and 03. RGB value is (147,6,3). Sum of RGB (Red+Green+Blue) = 147+6+3=156 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.23% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 147 - color contains mainly: red. Hex color #930603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930603 is #6CF9FC. Grayscale: #2F2F2F. Windows color (decimal): -7141885 or 198291. OLE color: 198291.

HSL color Cylindrical-coordinate representation of color #930603: hue angle of 1.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930603 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB14763-
CMYK00.960.980.42
HSL1.25º96%29.41%-
HSV(B)1.25º97.96%57.65%-
XYZ12.116.340.67-
YUV47.82102.71198.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 94.23%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=94.23%
G=3.85%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476300.960.980.421.259629.41
Hex9363060622A1601d
Octal22363014014252114035
Binary10010011110110110000011000101010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930603; }

 p { color: rgb(147,6,3); }

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

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

 a { background-color: rgb(147,6,3); }

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

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

 span { border-color: rgb(147,6,3); }

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