#50100A

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

Shades of Red Oxide #50100A

Tints of Red Oxide #50100A

Color information

#50100A (or 0x50100A) is unknown color: approx Red Oxide. HEX triplet: 50, 10 and 0A. RGB value is (80,16,10). Sum of RGB (Red+Green+Blue) = 80+16+10=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #50100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100A is #AFEFF5. Grayscale: #222222. Windows color (decimal): -11530230 or 659536. OLE color: 659536.

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

Color convert

RGB801610-
CMYK00.800.870.69
HSL5.14º77.78%17.65%-
HSV(B)5.14º87.5%31.37%-
XYZ3.552.10.51-
YUV34.45114.2160.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=75.47%
G=15.09%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80161000.800.870.695.1477.7817.65
Hex5010A050574554e12
Octal12020120120127105511622
Binary10100001000010100101000010101111000101101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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