#50060B

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

Shades of Rustic Red #50060B

Tints of Rustic Red #50060B

Color information

#50060B (or 0x50060B) is unknown color: approx Rustic Red. HEX triplet: 50, 06 and 0B. RGB value is (80,6,11). Sum of RGB (Red+Green+Blue) = 80+6+11=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #50060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50060B is #AFF9F4. Grayscale: #1C1C1C. Windows color (decimal): -11532789 or 722512. OLE color: 722512.

HSL color Cylindrical-coordinate representation of color #50060B: hue angle of 355.95º 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 #50060B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB80611-
CMYK00.920.860.69
HSL355.95º86.05%16.86%-
HSV(B)355.95º92.5%31.37%-
XYZ3.431.860.49-
YUV28.7118.02164.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 82.47%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=82.47%
G=6.19%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8061100.920.860.69355.9586.0516.86
Hex506B05C56451645611
Octal120613013412610554412621
Binary101000011010110101110010101101000101101100100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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