#500509

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

Shades of Rustic Red #500509

Tints of Rustic Red #500509

Color information

#500509 (or 0x500509) is unknown color: approx Rustic Red. HEX triplet: 50, 05 and 09. RGB value is (80,5,9). Sum of RGB (Red+Green+Blue) = 80+5+9=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #500509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500509 is #AFFAF6. Grayscale: #1B1B1B. Windows color (decimal): -11533047 or 591184. OLE color: 591184.

HSL color Cylindrical-coordinate representation of color #500509: hue angle of 356.8º 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 #500509 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB8059-
CMYK00.940.890.69
HSL356.8º88.24%16.67%-
HSV(B)356.8º93.75%31.37%-
XYZ3.411.830.43-
YUV27.88117.35165.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 85.11%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=85.11%
G=5.32%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal805900.940.890.69356.888.2416.67
Hex505905E59451655811
Octal120511013613110554513021
Binary101000010110010101111010110011000101101100101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500509; }

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

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

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

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

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

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

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

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