Html Css Color HEX #500E00 Red Oxide

📋 copy color: '#500E00'

red 80 ◦ green 14 ◦ blue 0

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

Shades of Red Oxide #500E00

Tints of Red Oxide #500E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.11%
G = 14.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#500E00 (or 0x500E00) is known color: Red Oxide. HEX triplet: 50, 0E and 00. RGB value is (80,14,0). Sum of RGB (Red+Green+Blue) = 80+14+0=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #500E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E00 is #AFF1FF. Grayscale: #202020. Windows color (decimal): -11530752 or 3664. OLE color: 3664.

HSL color Cylindrical-coordinate representation of color #500E00: hue angle of 10.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 14 0 -
CMYK 0 0.83 1 0.69
HSL 10.5º 1% 0.16% -
HSV(B) 10.5º 1% 0.31% -
XYZ 3.47 2.02 0.21 -
YUV 32.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 80 14 0 0 0.83 1 0.69 10.5 1 0.16
Hex 50 E 0 0 53 64 45 A 64 10
Octal 120 16 0 0 123 144 105 12 144 20
Binary 1010000 1110 0 0 1010011 1100100 1000101 1010 1100100 10000

Color Harmonies of #500E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500E00

Black with #500E00

Text Example


Text Example

White with #500E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500E00; }

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

 H1.HeaderClassName
 {
   color: #500E00;
 }
 .AnyTagClassName
 {
   color: #500E00;
 }
</style>

background-color css

<style>
 a { background-color: #500E00; }

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

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

border-color css

<style>
 span { border-color: #500E00; }

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

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