Html Css Color HEX #50090C Rustic Red

📋 copy color: '#50090C'

red 80 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #50090C

Tints of Rustic Red #50090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

 BLUE value IS 12 (5.08% from 255) = 11.88%

R = 79.21%
G = 8.91%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#50090C (or 0x50090C) is known color: Rustic Red. HEX triplet: 50, 09 and 0C. RGB value is (80,9,12). Sum of RGB (Red+Green+Blue) = 80+9+12=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #50090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50090C is #AFF6F3. Grayscale: #1E1E1E. Windows color (decimal): -11532020 or 788816. OLE color: 788816.

HSL color Cylindrical-coordinate representation of color #50090C: hue angle of 357.46º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50090C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 12 -
CMYK 0 0.89 0.85 0.69
HSL 357.46º 0.8% 0.17% -
HSV(B) 357.46º 0.89% 0.31% -
XYZ 3.47 1.93 0.54 -
YUV 30.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 80 9 12 0 0.89 0.85 0.69 357.46 0.8 0.17
Hex 50 9 C 0 59 55 45 165 50 11
Octal 120 11 14 0 131 125 105 545 120 21
Binary 1010000 1001 1100 0 1011001 1010101 1000101 101100101 1010000 10001

Color Harmonies of #50090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50090C

Black with #50090C

Text Example


Text Example

White with #50090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50090C; }

 p { color: rgb(80,9,12); }

 H1.HeaderClassName
 {
   color: #50090C;
 }
 .AnyTagClassName
 {
   color: #50090C;
 }
</style>

background-color css

<style>
 a { background-color: #50090C; }

 a { background-color: rgb(80,9,12); }

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

border-color css

<style>
 span { border-color: #50090C; }

 span { border-color: rgb(80,9,12); }

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