#50070D

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

Shades of Rustic Red #50070D

Tints of Rustic Red #50070D

Color information

#50070D (or 0x50070D) is unknown color: approx Rustic Red. HEX triplet: 50, 07 and 0D. RGB value is (80,7,13). Sum of RGB (Red+Green+Blue) = 80+7+13=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #50070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50070D is #AFF8F2. Grayscale: #1D1D1D. Windows color (decimal): -11532531 or 853840. OLE color: 853840.

HSL color Cylindrical-coordinate representation of color #50070D: hue angle of 355.07º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50070D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB80713-
CMYK00.910.840.69
HSL355.07º83.91%17.06%-
HSV(B)355.07º91.25%31.37%-
XYZ3.461.890.56-
YUV29.51118.68164.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 13 (5.47% from 255) = 13%
R=80%
G=7%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071300.910.840.69355.0783.9117.06
Hex507D05B54451635411
Octal120715013312410554312421
Binary101000011111010101101110101001000101101100011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50070D; }

 p { color: rgb(80,7,13); }

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

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

 a { background-color: rgb(80,7,13); }

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

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

 span { border-color: rgb(80,7,13); }

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