#50120C

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

Shades of Red Oxide #50120C

Tints of Red Oxide #50120C

Color information

#50120C (or 0x50120C) is unknown color: approx Red Oxide. HEX triplet: 50, 12 and 0C. RGB value is (80,18,12). Sum of RGB (Red+Green+Blue) = 80+18+12=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #50120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120C is #AFEDF3. Grayscale: #232323. Windows color (decimal): -11529716 or 791120. OLE color: 791120.

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

Color convert

RGB801812-
CMYK00.780.850.69
HSL5.29º73.91%18.04%-
HSV(B)5.29º85%31.37%-
XYZ3.592.160.58-
YUV35.85114.54159.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.73%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=72.73%
G=16.36%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80181200.780.850.695.2973.9118.04
Hex5012C04E554554a12
Octal12022140116125105511222
Binary10100001001011000100111010101011000101101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50120C; }

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

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

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

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

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

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

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

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