Html Css Color HEX #50060E Rustic Red

📋 copy color: '#50060E'

red 80 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #50060E

Tints of Rustic Red #50060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6%

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

R = 80%
G = 6%
B = 14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50060E (or 0x50060E) is known color: Rustic Red. HEX triplet: 50, 06 and 0E. RGB value is (80,6,14). Sum of RGB (Red+Green+Blue) = 80+6+14=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #50060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50060E is #AFF9F1. Grayscale: #1D1D1D. Windows color (decimal): -11532786 or 919120. OLE color: 919120.

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

Color convert

RGB 80 6 14 -
CMYK 0 0.92 0.83 0.69
HSL 353.51º 0.86% 0.17% -
HSV(B) 353.51º 0.93% 0.31% -
XYZ 3.45 1.87 0.59 -
YUV 29.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 80 6 14 0 0.92 0.83 0.69 353.51 0.86 0.17
Hex 50 6 E 0 5C 53 45 162 56 11
Octal 120 6 16 0 134 123 105 542 126 21
Binary 1010000 110 1110 0 1011100 1010011 1000101 101100010 1010110 10001

Color Harmonies of #50060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50060E

Black with #50060E

Text Example


Text Example

White with #50060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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