#50090D

Color #50090D Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #50090D

Tints of Rustic Red #50090D

Color information

#50090D (or 0x50090D) is unknown color: approx Rustic Red. HEX triplet: 50, 09 and 0D. RGB value is (80,9,13). Sum of RGB (Red+Green+Blue) = 80+9+13=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #50090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50090D is #AFF6F2. Grayscale: #1E1E1E. Windows color (decimal): -11532019 or 854352. OLE color: 854352.

HSL color Cylindrical-coordinate representation of color #50090D: hue angle of 356.62º 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 #50090D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB80913-
CMYK00.890.840.69
HSL356.62º79.78%17.45%-
HSV(B)356.62º88.75%31.37%-
XYZ3.481.930.57-
YUV30.68118.02163.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=78.43%
G=8.82%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8091300.890.840.69356.6279.7817.45
Hex509D05954451655011
Octal1201115013112410554512021
Binary1010000100111010101100110101001000101101100101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50090D;
 }
 .AnyTagClassName
 {
   color: #50090D;
 }
</style>
background-color css

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

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

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

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

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

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