#500E04

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

Shades of Red Oxide #500E04

Tints of Red Oxide #500E04

Color information

#500E04 (or 0x500E04) is unknown color: approx Red Oxide. HEX triplet: 50, 0E and 04. RGB value is (80,14,4). Sum of RGB (Red+Green+Blue) = 80+14+4=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E04 is #AFF1FB. Grayscale: #202020. Windows color (decimal): -11530748 or 265808. OLE color: 265808.

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

Color convert

RGB80144-
CMYK00.830.950.69
HSL7.89º90.48%16.47%-
HSV(B)7.89º95%31.37%-
XYZ3.492.030.32-
YUV32.59111.87161.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 81.63%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=81.63%
G=14.29%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8014400.830.950.697.8990.4816.47
Hex50E40535F4585a10
Octal12016401231371051013220
Binary1010000111010001010011101111110001011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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