#500B05

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

Shades of Red Oxide #500B05

Tints of Red Oxide #500B05

Color information

#500B05 (or 0x500B05) is unknown color: approx Red Oxide. HEX triplet: 50, 0B and 05. RGB value is (80,11,5). Sum of RGB (Red+Green+Blue) = 80+11+5=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #500B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B05 is #AFF4FA. Grayscale: #1F1F1F. Windows color (decimal): -11531515 or 330576. OLE color: 330576.

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

Color convert

RGB80115-
CMYK00.860.940.69
HSL4.8º88.24%16.67%-
HSV(B)4.8º93.75%31.37%-
XYZ3.461.960.34-
YUV30.95113.36162.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 83.33%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=83.33%
G=11.46%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8011500.860.940.694.888.2416.67
Hex50B50565E4555811
Octal1201350126136105513021
Binary101000010111010101011010111101000101101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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