#500B10

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

Shades of Rustic Red #500B10

Tints of Rustic Red #500B10

Color information

#500B10 (or 0x500B10) is unknown color: approx Rustic Red. HEX triplet: 50, 0B and 10. RGB value is (80,11,16). Sum of RGB (Red+Green+Blue) = 80+11+16=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B10 is #AFF4EF. Grayscale: #202020. Windows color (decimal): -11531504 or 1051472. OLE color: 1051472.

HSL color Cylindrical-coordinate representation of color #500B10: hue angle of 355.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B10 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB801116-
CMYK00.860.800.69
HSL355.65º75.82%17.84%-
HSV(B)355.65º86.25%31.37%-
XYZ3.521.980.69-
YUV32.2118.86162.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=74.77%
G=10.28%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80111600.860.800.69355.6575.8217.84
Hex50B1005650451644c12
Octal1201320012612010554411422
Binary10100001011100000101011010100001000101101100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B10; }

 p { color: rgb(80,11,16); }

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

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

 a { background-color: rgb(80,11,16); }

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

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

 span { border-color: rgb(80,11,16); }

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