#501C16

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

Shades of Red Oxide #501C16

Tints of Red Oxide #501C16

Color information

#501C16 (or 0x501C16) is unknown color: approx Red Oxide. HEX triplet: 50, 1C and 16. RGB value is (80,28,22). Sum of RGB (Red+Green+Blue) = 80+28+22=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C16 is #AFE3E9. Grayscale: #2A2A2A. Windows color (decimal): -11527146 or 1449040. OLE color: 1449040.

HSL color Cylindrical-coordinate representation of color #501C16: hue angle of 6.21º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501C16 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB802822-
CMYK00.650.720.69
HSL6.21º56.86%20%-
HSV(B)6.21º72.5%31.37%-
XYZ3.872.591.06-
YUV42.86116.23154.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=61.54%
G=21.54%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80282200.650.720.696.2156.8620
Hex501C16041484563914
Octal1203426010111010567124
Binary10100001110010110010000011001000100010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C16; }

 p { color: rgb(80,28,22); }

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

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

 a { background-color: rgb(80,28,22); }

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

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

 span { border-color: rgb(80,28,22); }

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