#500E01

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

Shades of Red Oxide #500E01

Tints of Red Oxide #500E01

Color information

#500E01 (or 0x500E01) is unknown color: approx Red Oxide. HEX triplet: 50, 0E and 01. RGB value is (80,14,1). Sum of RGB (Red+Green+Blue) = 80+14+1=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #500E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E01 is #AFF1FE. Grayscale: #202020. Windows color (decimal): -11530751 or 69200. OLE color: 69200.

HSL color Cylindrical-coordinate representation of color #500E01: hue angle of 9.87º 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 #500E01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80141-
CMYK00.830.990.69
HSL9.87º97.53%15.88%-
HSV(B)9.87º98.75%31.37%-
XYZ3.472.020.24-
YUV32.25110.37162.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 84.21%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=84.21%
G=14.74%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8014100.830.990.699.8797.5315.88
Hex50E10536345a6210
Octal12016101231431051214220
Binary10100001110101010011110001110001011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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