#50060D

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

Shades of Rustic Red #50060D

Tints of Rustic Red #50060D

Color information

#50060D (or 0x50060D) is unknown color: approx Rustic Red. HEX triplet: 50, 06 and 0D. RGB value is (80,6,13). Sum of RGB (Red+Green+Blue) = 80+6+13=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #50060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50060D is #AFF9F2. Grayscale: #1C1C1C. Windows color (decimal): -11532787 or 853584. OLE color: 853584.

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

Color convert

RGB80613-
CMYK00.920.840.69
HSL354.32º86.05%16.86%-
HSV(B)354.32º92.5%31.37%-
XYZ3.451.860.56-
YUV28.92119.02164.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=80.81%
G=6.06%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8061300.920.840.69354.3286.0516.86
Hex506D05C54451625611
Octal120615013412410554212621
Binary101000011011010101110010101001000101101100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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