#50060C

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

Shades of Rustic Red #50060C

Tints of Rustic Red #50060C

Color information

#50060C (or 0x50060C) is unknown color: approx Rustic Red. HEX triplet: 50, 06 and 0C. RGB value is (80,6,12). Sum of RGB (Red+Green+Blue) = 80+6+12=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #50060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50060C is #AFF9F3. Grayscale: #1C1C1C. Windows color (decimal): -11532788 or 788048. OLE color: 788048.

HSL color Cylindrical-coordinate representation of color #50060C: hue angle of 355.14º 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 #50060C is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB80612-
CMYK00.920.850.69
HSL355.14º86.05%16.86%-
HSV(B)355.14º92.5%31.37%-
XYZ3.441.860.53-
YUV28.81118.52164.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 81.63%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=81.63%
G=6.12%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8061200.920.850.69355.1486.0516.86
Hex506C05C55451635611
Octal120614013412510554312621
Binary101000011011000101110010101011000101101100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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