Html Css Color HEX #50080D Rustic Red

📋 copy color: '#50080D'

red 80 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #50080D

Tints of Rustic Red #50080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.92%

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 79.21%
G = 7.92%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50080D (or 0x50080D) is known color: Rustic Red. HEX triplet: 50, 08 and 0D. RGB value is (80,8,13). Sum of RGB (Red+Green+Blue) = 80+8+13=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #50080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50080D is #AFF7F2. Grayscale: #1E1E1E. Windows color (decimal): -11532275 or 854096. OLE color: 854096.

HSL color Cylindrical-coordinate representation of color #50080D: hue angle of 355.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50080D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 13 -
CMYK 0 0.90 0.84 0.69
HSL 355.83º 0.82% 0.17% -
HSV(B) 355.83º 0.9% 0.31% -
XYZ 3.47 1.91 0.57 -
YUV 30.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 80 8 13 0 0.90 0.84 0.69 355.83 0.82 0.17
Hex 50 8 D 0 5A 54 45 164 52 11
Octal 120 10 15 0 132 124 105 544 122 21
Binary 1010000 1000 1101 0 1011010 1010100 1000101 101100100 1010010 10001

Color Harmonies of #50080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50080D

Black with #50080D

Text Example


Text Example

White with #50080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50080D; }

 p { color: rgb(80,8,13); }

 H1.HeaderClassName
 {
   color: #50080D;
 }
 .AnyTagClassName
 {
   color: #50080D;
 }
</style>

background-color css

<style>
 a { background-color: #50080D; }

 a { background-color: rgb(80,8,13); }

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

border-color css

<style>
 span { border-color: #50080D; }

 span { border-color: rgb(80,8,13); }

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