#50010A

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

Shades of Rustic Red #50010A

Tints of Rustic Red #50010A

Color information

#50010A (or 0x50010A) is unknown color: approx Rustic Red. HEX triplet: 50, 01 and 0A. RGB value is (80,1,10). Sum of RGB (Red+Green+Blue) = 80+1+10=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #50010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50010A is #AFFEF5. Grayscale: #191919. Windows color (decimal): -11534070 or 655696. OLE color: 655696.

HSL color Cylindrical-coordinate representation of color #50010A: hue angle of 353.16º 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 #50010A is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB80110-
CMYK00.990.870.69
HSL353.16º97.53%15.88%-
HSV(B)353.16º98.75%31.37%-
XYZ3.371.750.45-
YUV25.65119.17166.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 87.91%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=87.91%
G=1.10%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8011000.990.870.69353.1697.5315.88
Hex501A06357451616210
Octal120112014312710554114220
Binary1010000110100110001110101111000101101100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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