#50020A

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

Shades of Rustic Red #50020A

Tints of Rustic Red #50020A

Color information

#50020A (or 0x50020A) is unknown color: approx Rustic Red. HEX triplet: 50, 02 and 0A. RGB value is (80,2,10). Sum of RGB (Red+Green+Blue) = 80+2+10=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #50020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50020A is #AFFDF5. Grayscale: #1A1A1A. Windows color (decimal): -11533814 or 655952. OLE color: 655952.

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

Color convert

RGB80210-
CMYK00.980.870.69
HSL353.85º95.12%16.08%-
HSV(B)353.85º97.5%31.37%-
XYZ3.381.770.45-
YUV26.23118.84166.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 86.96%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=86.96%
G=2.17%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021000.980.870.69353.8595.1216.08
Hex502A06257451625f10
Octal120212014212710554213720
Binary10100001010100110001010101111000101101100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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