Html Css Color HEX #50070E Rustic Red

📋 copy color: '#50070E'

red 80 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #50070E

Tints of Rustic Red #50070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.93%

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

R = 79.21%
G = 6.93%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50070E (or 0x50070E) is known color: Rustic Red. HEX triplet: 50, 07 and 0E. RGB value is (80,7,14). Sum of RGB (Red+Green+Blue) = 80+7+14=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #50070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50070E is #AFF8F1. Grayscale: #1D1D1D. Windows color (decimal): -11532530 or 919376. OLE color: 919376.

HSL color Cylindrical-coordinate representation of color #50070E: hue angle of 354.25º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50070E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 7 14 -
CMYK 0 0.91 0.83 0.69
HSL 354.25º 0.84% 0.17% -
HSV(B) 354.25º 0.91% 0.31% -
XYZ 3.46 1.89 0.6 -
YUV 29.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 80 7 14 0 0.91 0.83 0.69 354.25 0.84 0.17
Hex 50 7 E 0 5B 53 45 162 54 11
Octal 120 7 16 0 133 123 105 542 124 21
Binary 1010000 111 1110 0 1011011 1010011 1000101 101100010 1010100 10001

Color Harmonies of #50070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50070E

Black with #50070E

Text Example


Text Example

White with #50070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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