#50070A

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

Shades of Rustic Red #50070A

Tints of Rustic Red #50070A

Color information

#50070A (or 0x50070A) is unknown color: approx Rustic Red. HEX triplet: 50, 07 and 0A. RGB value is (80,7,10). Sum of RGB (Red+Green+Blue) = 80+7+10=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #50070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50070A is #AFF8F5. Grayscale: #1D1D1D. Windows color (decimal): -11532534 or 657232. OLE color: 657232.

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

Color convert

RGB80710-
CMYK00.910.870.69
HSL357.53º83.91%17.06%-
HSV(B)357.53º91.25%31.37%-
XYZ3.441.880.47-
YUV29.17117.18164.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 82.47%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=82.47%
G=7.22%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071000.910.870.69357.5383.9117.06
Hex507A05B57451665411
Octal120712013312710554612421
Binary101000011110100101101110101111000101101100110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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