#50040C

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

Shades of Rustic Red #50040C

Tints of Rustic Red #50040C

Color information

#50040C (or 0x50040C) is unknown color: approx Rustic Red. HEX triplet: 50, 04 and 0C. RGB value is (80,4,12). Sum of RGB (Red+Green+Blue) = 80+4+12=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #50040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50040C is #AFFBF3. Grayscale: #1B1B1B. Windows color (decimal): -11533300 or 787536. OLE color: 787536.

HSL color Cylindrical-coordinate representation of color #50040C: hue angle of 353.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50040C is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB80412-
CMYK00.950.850.69
HSL353.68º90.48%16.47%-
HSV(B)353.68º95%31.37%-
XYZ3.421.820.52-
YUV27.64119.18165.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=83.33%
G=4.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041200.950.850.69353.6890.4816.47
Hex504C05F55451625a10
Octal120414013712510554213220
Binary101000010011000101111110101011000101101100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50040C; }

 p { color: rgb(80,4,12); }

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

<style>
 a { background-color: #50040C; }

 a { background-color: rgb(80,4,12); }

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

<style>
 span { border-color: #50040C; }

 span { border-color: rgb(80,4,12); }

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