Html Css Color HEX #50180E Red Oxide

📋 copy color: '#50180E'

red 80 ◦ green 24 ◦ blue 14

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

Shades of Red Oxide #50180E

Tints of Red Oxide #50180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

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

R = 67.8%
G = 20.34%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50180E (or 0x50180E) is known color: Red Oxide. HEX triplet: 50, 18 and 0E. RGB value is (80,24,14). Sum of RGB (Red+Green+Blue) = 80+24+14=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #50180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50180E is #AFE7F1. Grayscale: #272727. Windows color (decimal): -11528178 or 923728. OLE color: 923728.

HSL color Cylindrical-coordinate representation of color #50180E: hue angle of 9.09º 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 #50180E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 14 -
CMYK 0 0.70 0.83 0.69
HSL 9.09º 0.7% 0.18% -
HSV(B) 9.09º 0.83% 0.31% -
XYZ 3.71 2.39 0.68 -
YUV 39.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 80 24 14 0 0.70 0.83 0.69 9.09 0.7 0.18
Hex 50 18 E 0 46 53 45 9 46 12
Octal 120 30 16 0 106 123 105 11 106 22
Binary 1010000 11000 1110 0 1000110 1010011 1000101 1001 1000110 10010

Color Harmonies of #50180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50180E

Black with #50180E

Text Example


Text Example

White with #50180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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