#930A06

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

Shades of Dark Red #930A06

Tints of Dark Red #930A06

Color information

#930A06 (or 0x930A06) is unknown color: approx Dark Red. HEX triplet: 93, 0A and 06. RGB value is (147,10,6). Sum of RGB (Red+Green+Blue) = 147+10+6=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #930A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A06 is #6CF5F9. Grayscale: #323232. Windows color (decimal): -7140858 or 395923. OLE color: 395923.

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

Color convert

RGB147106-
CMYK00.930.960.42
HSL1.7º92.16%30%-
HSV(B)1.7º95.92%57.65%-
XYZ12.176.430.77-
YUV50.51102.89196.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 90.18%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=90.18%
G=6.13%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710600.930.960.421.792.1630
Hex93A605D602A25c1e
Octal223126013514052213436
Binary10010011101011001011101110000010101010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930A06; }

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

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

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

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

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

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

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

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