#500C10

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

Shades of Rustic Red #500C10

Tints of Rustic Red #500C10

Color information

#500C10 (or 0x500C10) is unknown color: approx Rustic Red. HEX triplet: 50, 0C and 10. RGB value is (80,12,16). Sum of RGB (Red+Green+Blue) = 80+12+16=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #500C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C10 is #AFF3EF. Grayscale: #202020. Windows color (decimal): -11531248 or 1051728. OLE color: 1051728.

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

Color convert

RGB801216-
CMYK00.850.800.69
HSL356.47º73.91%18.04%-
HSV(B)356.47º85%31.37%-
XYZ3.532.010.69-
YUV32.79118.53161.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.07%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=74.07%
G=11.11%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80121600.850.800.69356.4773.9118.04
Hex50C1005550451644a12
Octal1201420012512010554411222
Binary10100001100100000101010110100001000101101100100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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