#930B05

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

Shades of Dark Red #930B05

Tints of Dark Red #930B05

Color information

#930B05 (or 0x930B05) is unknown color: approx Dark Red. HEX triplet: 93, 0B and 05. RGB value is (147,11,5). Sum of RGB (Red+Green+Blue) = 147+11+5=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #930B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930B05 is #6CF4FA. Grayscale: #333333. Windows color (decimal): -7140603 or 330643. OLE color: 330643.

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

Color convert

RGB147115-
CMYK00.930.970.42
HSL2.54º93.42%29.8%-
HSV(B)2.54º96.6%57.65%-
XYZ12.186.450.75-
YUV50.98102.06196.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 90.18%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=90.18%
G=6.75%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711500.930.970.422.5493.4229.8
Hex93B505D612A35d1e
Octal223135013514152313536
Binary10010011101110101011101110000110101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,11,5); }

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

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

 a { background-color: rgb(147,11,5); }

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

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

 span { border-color: rgb(147,11,5); }

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