#500F01

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

Shades of Red Oxide #500F01

Tints of Red Oxide #500F01

Color information

#500F01 (or 0x500F01) is unknown color: approx Red Oxide. HEX triplet: 50, 0F and 01. RGB value is (80,15,1). Sum of RGB (Red+Green+Blue) = 80+15+1=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #500F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F01 is #AFF0FE. Grayscale: #202020. Windows color (decimal): -11530495 or 69456. OLE color: 69456.

HSL color Cylindrical-coordinate representation of color #500F01: hue angle of 10.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500F01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80151-
CMYK00.810.990.69
HSL10.63º97.53%15.88%-
HSV(B)10.63º98.75%31.37%-
XYZ3.482.050.24-
YUV32.84110.03161.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 83.33%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=83.33%
G=15.62%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8015100.810.990.6910.6397.5315.88
Hex50F10516345b6210
Octal12017101211431051314220
Binary10100001111101010001110001110001011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,15,1); }

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

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

 a { background-color: rgb(80,15,1); }

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

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

 span { border-color: rgb(80,15,1); }

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