#50050A

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

Shades of Rustic Red #50050A

Tints of Rustic Red #50050A

Color information

#50050A (or 0x50050A) is unknown color: approx Rustic Red. HEX triplet: 50, 05 and 0A. RGB value is (80,5,10). Sum of RGB (Red+Green+Blue) = 80+5+10=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #50050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50050A is #AFFAF5. Grayscale: #1C1C1C. Windows color (decimal): -11533046 or 656720. OLE color: 656720.

HSL color Cylindrical-coordinate representation of color #50050A: hue angle of 356º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50050A is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB80510-
CMYK00.940.870.69
HSL356º88.24%16.67%-
HSV(B)356º93.75%31.37%-
XYZ3.421.840.46-
YUV27.99117.85165.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 84.21%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=84.21%
G=5.26%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051000.940.870.6935688.2416.67
Hex505A05E57451645811
Octal120512013612710554413021
Binary101000010110100101111010101111000101101100100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50050A; }

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

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

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

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

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

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

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

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