#500105

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

Shades of Rustic Red #500105

Tints of Rustic Red #500105

Color information

#500105 (or 0x500105) is unknown color: approx Rustic Red. HEX triplet: 50, 01 and 05. RGB value is (80,1,5). Sum of RGB (Red+Green+Blue) = 80+1+5=86 (11% of max value = 765). Red value is 80 (31.64% from 255 or 93.02% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 80 - color contains mainly: red. Hex color #500105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500105 is #AFFEFA. Grayscale: #191919. Windows color (decimal): -11534075 or 328016. OLE color: 328016.

HSL color Cylindrical-coordinate representation of color #500105: hue angle of 356.96º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500105 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB8015-
CMYK00.990.940.69
HSL356.96º97.53%15.88%-
HSV(B)356.96º98.75%31.37%-
XYZ3.351.740.3-
YUV25.08116.67167.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 93.02%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=93.02%
G=1.16%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal801500.990.940.69356.9697.5315.88
Hex50150635E451656210
Octal12015014313610554514220
Binary101000011010110001110111101000101101100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500105; }

 p { color: rgb(80,1,5); }

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

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

 a { background-color: rgb(80,1,5); }

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

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

 span { border-color: rgb(80,1,5); }

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