#50020C

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

Shades of Rustic Red #50020C

Tints of Rustic Red #50020C

Color information

#50020C (or 0x50020C) is unknown color: approx Rustic Red. HEX triplet: 50, 02 and 0C. RGB value is (80,2,12). Sum of RGB (Red+Green+Blue) = 80+2+12=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #50020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50020C is #AFFDF3. Grayscale: #1A1A1A. Windows color (decimal): -11533812 or 787024. OLE color: 787024.

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

Color convert

RGB80212-
CMYK00.980.850.69
HSL352.31º95.12%16.08%-
HSV(B)352.31º97.5%31.37%-
XYZ3.41.780.51-
YUV26.46119.84166.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 85.11%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=85.11%
G=2.13%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021200.980.850.69352.3195.1216.08
Hex502C06255451605f10
Octal120214014212510554013720
Binary10100001011000110001010101011000101101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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