Html Css Color HEX #50120F Red Oxide

📋 copy color: '#50120F'

red 80 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #50120F

Tints of Red Oxide #50120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.27%

R = 70.8%
G = 15.93%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50120F (or 0x50120F) is known color: Red Oxide. HEX triplet: 50, 12 and 0F. RGB value is (80,18,15). Sum of RGB (Red+Green+Blue) = 80+18+15=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #50120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120F is #AFEDF0. Grayscale: #242424. Windows color (decimal): -11529713 or 987728. OLE color: 987728.

HSL color Cylindrical-coordinate representation of color #50120F: hue angle of 2.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50120F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 15 -
CMYK 0 0.78 0.81 0.69
HSL 2.77º 0.68% 0.19% -
HSV(B) 2.77º 0.81% 0.31% -
XYZ 3.61 2.17 0.68 -
YUV 36.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 80 18 15 0 0.78 0.81 0.69 2.77 0.68 0.19
Hex 50 12 F 0 4E 51 45 3 44 13
Octal 120 22 17 0 116 121 105 3 104 23
Binary 1010000 10010 1111 0 1001110 1010001 1000101 11 1000100 10011

Color Harmonies of #50120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50120F

Black with #50120F

Text Example


Text Example

White with #50120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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