Html Css Color HEX #50120E Red Oxide

📋 copy color: '#50120E'

red 80 ◦ green 18 ◦ blue 14

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

Shades of Red Oxide #50120E

Tints of Red Oxide #50120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

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

R = 71.43%
G = 16.07%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50120E (or 0x50120E) is known color: Red Oxide. HEX triplet: 50, 12 and 0E. RGB value is (80,18,14). Sum of RGB (Red+Green+Blue) = 80+18+14=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #50120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120E is #AFEDF1. Grayscale: #242424. Windows color (decimal): -11529714 or 922192. OLE color: 922192.

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

Color convert

RGB 80 18 14 -
CMYK 0 0.78 0.83 0.69
HSL 3.64º 0.7% 0.18% -
HSV(B) 3.64º 0.83% 0.31% -
XYZ 3.6 2.17 0.64 -
YUV 36.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 80 18 14 0 0.78 0.83 0.69 3.64 0.7 0.18
Hex 50 12 E 0 4E 53 45 4 46 12
Octal 120 22 16 0 116 123 105 4 106 22
Binary 1010000 10010 1110 0 1001110 1010011 1000101 100 1000110 10010

Color Harmonies of #50120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50120E

Black with #50120E

Text Example


Text Example

White with #50120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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