#50100D

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

Shades of Red Oxide #50100D

Tints of Red Oxide #50100D

Color information

#50100D (or 0x50100D) is unknown color: approx Red Oxide. HEX triplet: 50, 10 and 0D. RGB value is (80,16,13). Sum of RGB (Red+Green+Blue) = 80+16+13=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100D is #AFEFF2. Grayscale: #222222. Windows color (decimal): -11530227 or 856144. OLE color: 856144.

HSL color Cylindrical-coordinate representation of color #50100D: hue angle of 2.69º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50100D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB801613-
CMYK00.800.840.69
HSL2.69º72.04%18.24%-
HSV(B)2.69º83.75%31.37%-
XYZ3.572.110.6-
YUV34.79115.7160.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=73.39%
G=14.68%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80161300.800.840.692.6972.0418.24
Hex5010D050544534812
Octal12020150120124105311022
Binary1010000100001101010100001010100100010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50100D; }

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

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

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

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

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

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

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

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