#501003

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

Shades of Red Oxide #501003

Tints of Red Oxide #501003

Color information

#501003 (or 0x501003) is unknown color: approx Red Oxide. HEX triplet: 50, 10 and 03. RGB value is (80,16,3). Sum of RGB (Red+Green+Blue) = 80+16+3=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #501003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501003 is #AFEFFC. Grayscale: #212121. Windows color (decimal): -11530237 or 200784. OLE color: 200784.

HSL color Cylindrical-coordinate representation of color #501003: hue angle of 10.13º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #501003 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB80163-
CMYK00.800.960.69
HSL10.13º92.77%16.27%-
HSV(B)10.13º96.25%31.37%-
XYZ3.512.080.3-
YUV33.65110.7161.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=80.81%
G=16.16%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016300.800.960.6910.1392.7716.27
Hex501030506045a5d10
Octal12020301201401051213520
Binary1010000100001101010000110000010001011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501003; }

 p { color: rgb(80,16,3); }

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

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

 a { background-color: rgb(80,16,3); }

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

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

 span { border-color: rgb(80,16,3); }

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