#501203

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

Shades of Red Oxide #501203

Tints of Red Oxide #501203

Color information

#501203 (or 0x501203) is unknown color: approx Red Oxide. HEX triplet: 50, 12 and 03. RGB value is (80,18,3). Sum of RGB (Red+Green+Blue) = 80+18+3=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #501203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501203 is #AFEDFC. Grayscale: #222222. Windows color (decimal): -11529725 or 201296. OLE color: 201296.

HSL color Cylindrical-coordinate representation of color #501203: hue angle of 11.69º 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 #501203 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB80183-
CMYK00.780.960.69
HSL11.69º92.77%16.27%-
HSV(B)11.69º96.25%31.37%-
XYZ3.542.140.31-
YUV34.83110.04160.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 79.21%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=79.21%
G=17.82%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8018300.780.960.6911.6992.7716.27
Hex5012304E6045c5d10
Octal12022301161401051413520
Binary1010000100101101001110110000010001011100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501203; }

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

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

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

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

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

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

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

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