#501205

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

Shades of Red Oxide #501205

Tints of Red Oxide #501205

Color information

#501205 (or 0x501205) is unknown color: approx Red Oxide. HEX triplet: 50, 12 and 05. RGB value is (80,18,5). Sum of RGB (Red+Green+Blue) = 80+18+5=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501205 is #AFEDFA. Grayscale: #232323. Windows color (decimal): -11529723 or 332368. OLE color: 332368.

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

Color convert

RGB80185-
CMYK00.780.940.69
HSL10.4º88.24%16.67%-
HSV(B)10.4º93.75%31.37%-
XYZ3.552.150.37-
YUV35.06111.04160.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=77.67%
G=17.48%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8018500.780.940.6910.488.2416.67
Hex5012504E5E45a5811
Octal12022501161361051213021
Binary10100001001010101001110101111010001011010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501205; }

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

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

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

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

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

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

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

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