Html Css Color HEX #50160E Red Oxide

📋 copy color: '#50160E'

red 80 ◦ green 22 ◦ blue 14

#50160E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #50160E

Tints of Red Oxide #50160E

RGB

 RED value IS 80 (31.64% from 255) = 68.97%

 GREEN value IS 22 (8.98% from 255) = 18.97%

 BLUE value IS 14 (5.86% from 255) = 12.07%

R = 68.97%
G = 18.97%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50160E (or 0x50160E) is known color: Red Oxide. HEX triplet: 50, 16 and 0E. RGB value is (80,22,14). Sum of RGB (Red+Green+Blue) = 80+22+14=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50160E is #AFE9F1. Grayscale: #262626. Windows color (decimal): -11528690 or 923216. OLE color: 923216.

HSL color Cylindrical-coordinate representation of color #50160E: hue angle of 7.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50160E is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 14 -
CMYK 0 0.72 0.83 0.69
HSL 7.27º 0.7% 0.18% -
HSV(B) 7.27º 0.83% 0.31% -
XYZ 3.67 2.31 0.67 -
YUV 38.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 80 22 14 0 0.72 0.83 0.69 7.27 0.7 0.18
Hex 50 16 E 0 48 53 45 7 46 12
Octal 120 26 16 0 110 123 105 7 106 22
Binary 1010000 10110 1110 0 1001000 1010011 1000101 111 1000110 10010

Color Harmonies of #50160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50160E

Black with #50160E

Text Example


Text Example

White with #50160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50160E; }

 p { color: rgb(80,22,14); }

 H1.HeaderClassName
 {
   color: #50160E;
 }
 .AnyTagClassName
 {
   color: #50160E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,22,14); }

 div.DivClassName
 {
   background-color: #50160E;
 }
 .BgClassName
 {
   background-color: #50160E;
 }
</style>

border-color css

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

 span { border-color: rgb(80,22,14); }

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