#50090A

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

Shades of Rustic Red #50090A

Tints of Rustic Red #50090A

Color information

#50090A (or 0x50090A) is unknown color: approx Rustic Red. HEX triplet: 50, 09 and 0A. RGB value is (80,9,10). Sum of RGB (Red+Green+Blue) = 80+9+10=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #50090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50090A is #AFF6F5. Grayscale: #1E1E1E. Windows color (decimal): -11532022 or 657744. OLE color: 657744.

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

Color convert

RGB80910-
CMYK00.890.870.69
HSL359.15º79.78%17.45%-
HSV(B)359.15º88.75%31.37%-
XYZ3.461.920.48-
YUV30.34116.52163.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=80.81%
G=9.09%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8091000.890.870.69359.1579.7817.45
Hex509A05957451675011
Octal1201112013112710554712021
Binary1010000100110100101100110101111000101101100111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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