#501210

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

Shades of Red Oxide #501210

Tints of Red Oxide #501210

Color information

#501210 (or 0x501210) is unknown color: approx Red Oxide. HEX triplet: 50, 12 and 10. RGB value is (80,18,16). Sum of RGB (Red+Green+Blue) = 80+18+16=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501210 is #AFEDEF. Grayscale: #242424. Windows color (decimal): -11529712 or 1053264. OLE color: 1053264.

HSL color Cylindrical-coordinate representation of color #501210: hue angle of 1.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501210 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB801816-
CMYK00.780.800.69
HSL1.88º66.67%18.82%-
HSV(B)1.88º80%31.37%-
XYZ3.622.180.72-
YUV36.31116.54159.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=70.18%
G=15.79%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80181600.780.800.691.8866.6718.82
Hex50121004E504524313
Octal12022200116120105210323
Binary10100001001010000010011101010000100010110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501210; }

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

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

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

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

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

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

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

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