#50000A

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

Shades of Rustic Red #50000A

Tints of Rustic Red #50000A

Color information

#50000A (or 0x50000A) is unknown color: approx Rustic Red. HEX triplet: 50, 00 and 0A. RGB value is (80,0,10). Sum of RGB (Red+Green+Blue) = 80+0+10=90 (11% of max value = 765). Red value is 80 (31.64% from 255 or 88.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 80 - color contains mainly: red. Hex color #50000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50000A is #AFFFF5. Grayscale: #191919. Windows color (decimal): -11534326 or 655440. OLE color: 655440.

HSL color Cylindrical-coordinate representation of color #50000A: hue angle of 352.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50000A is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB80010-
CMYK010.870.69
HSL352.5º100%15.69%-
HSV(B)352.5º100%31.37%-
XYZ3.361.730.44-
YUV25.06119.5167.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 88.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=88.89%
G=0%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80010010.870.69352.510015.69
Hex500A06457451606410
Octal120012014412710554014420
Binary1010000010100110010010101111000101101100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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