#50000C

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

Shades of Rustic Red #50000C

Tints of Rustic Red #50000C

Color information

#50000C (or 0x50000C) is unknown color: approx Rustic Red. HEX triplet: 50, 00 and 0C. RGB value is (80,0,12). Sum of RGB (Red+Green+Blue) = 80+0+12=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #50000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50000C is #AFFFF3. Grayscale: #191919. Windows color (decimal): -11534324 or 786512. OLE color: 786512.

HSL color Cylindrical-coordinate representation of color #50000C: hue angle of 351º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50000C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB80012-
CMYK010.850.69
HSL351º100%15.69%-
HSV(B)351º100%31.37%-
XYZ3.371.730.5-
YUV25.29120.5167.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 86.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=86.96%
G=0%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80012010.850.6935110015.69
Hex500C064554515f6410
Octal120014014412510553714420
Binary1010000011000110010010101011000101101011111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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