#501512

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

Shades of Red Oxide #501512

Tints of Red Oxide #501512

Color information

#501512 (or 0x501512) is unknown color: approx Red Oxide. HEX triplet: 50, 15 and 12. RGB value is (80,21,18). Sum of RGB (Red+Green+Blue) = 80+21+18=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501512 is #AFEAED. Grayscale: #262626. Windows color (decimal): -11528942 or 1185104. OLE color: 1185104.

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

Color convert

RGB802118-
CMYK00.740.780.69
HSL2.9º63.27%19.22%-
HSV(B)2.9º77.5%31.37%-
XYZ3.692.290.82-
YUV38.3116.55157.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=67.23%
G=17.65%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80211800.740.780.692.963.2719.22
Hex50151204A4E4533f13
Octal1202522011211610537723
Binary1010000101011001001001010100111010001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501512; }

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

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

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

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

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

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

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

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