#50030E

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

Shades of Rustic Red #50030E

Tints of Rustic Red #50030E

Color information

#50030E (or 0x50030E) is unknown color: approx Rustic Red. HEX triplet: 50, 03 and 0E. RGB value is (80,3,14). Sum of RGB (Red+Green+Blue) = 80+3+14=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #50030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50030E is #AFFCF1. Grayscale: #1B1B1B. Windows color (decimal): -11533554 or 918352. OLE color: 918352.

HSL color Cylindrical-coordinate representation of color #50030E: hue angle of 351.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50030E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB80314-
CMYK00.960.830.69
HSL351.43º92.77%16.27%-
HSV(B)351.43º96.25%31.37%-
XYZ3.421.80.58-
YUV27.28120.51165.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 82.47%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=82.47%
G=3.09%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031400.960.830.69351.4392.7716.27
Hex503E060534515f5d10
Octal120316014012310553713520
Binary10100001111100110000010100111000101101011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50030E; }

 p { color: rgb(80,3,14); }

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

<style>
 a { background-color: #50030E; }

 a { background-color: rgb(80,3,14); }

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

<style>
 span { border-color: #50030E; }

 span { border-color: rgb(80,3,14); }

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