#501206

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

Shades of Red Oxide #501206

Tints of Red Oxide #501206

Color information

#501206 (or 0x501206) is unknown color: approx Red Oxide. HEX triplet: 50, 12 and 06. RGB value is (80,18,6). Sum of RGB (Red+Green+Blue) = 80+18+6=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501206 is #AFEDF9. Grayscale: #232323. Windows color (decimal): -11529722 or 397904. OLE color: 397904.

HSL color Cylindrical-coordinate representation of color #501206: hue angle of 9.73º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501206 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80186-
CMYK00.780.920.69
HSL9.73º86.05%16.86%-
HSV(B)9.73º92.5%31.37%-
XYZ3.562.150.4-
YUV35.17111.54159.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.92%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=76.92%
G=17.31%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8018600.780.920.699.7386.0516.86
Hex5012604E5C45a5611
Octal12022601161341051212621
Binary10100001001011001001110101110010001011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501206; }

 p { color: rgb(80,18,6); }

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

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

 a { background-color: rgb(80,18,6); }

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

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

 span { border-color: rgb(80,18,6); }

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