#50100C

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

Shades of Red Oxide #50100C

Tints of Red Oxide #50100C

Color information

#50100C (or 0x50100C) is unknown color: approx Red Oxide. HEX triplet: 50, 10 and 0C. RGB value is (80,16,12). Sum of RGB (Red+Green+Blue) = 80+16+12=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #50100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100C is #AFEFF3. Grayscale: #222222. Windows color (decimal): -11530228 or 790608. OLE color: 790608.

HSL color Cylindrical-coordinate representation of color #50100C: hue angle of 3.53º 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 #50100C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB801612-
CMYK00.800.850.69
HSL3.53º73.91%18.04%-
HSV(B)3.53º85%31.37%-
XYZ3.562.10.57-
YUV34.68115.2160.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.07%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=74.07%
G=14.81%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80161200.800.850.693.5373.9118.04
Hex5010C050554544a12
Octal12020140120125105411222
Binary10100001000011000101000010101011000101100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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