#500104

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

Shades of Rustic Red #500104

Tints of Rustic Red #500104

Color information

#500104 (or 0x500104) is unknown color: approx Rustic Red. HEX triplet: 50, 01 and 04. RGB value is (80,1,4). Sum of RGB (Red+Green+Blue) = 80+1+4=85 (11% of max value = 765). Red value is 80 (31.64% from 255 or 94.12% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 80 - color contains mainly: red. Hex color #500104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500104 is #AFFEFB. Grayscale: #191919. Windows color (decimal): -11534076 or 262480. OLE color: 262480.

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

Color convert

RGB8014-
CMYK00.990.950.69
HSL357.72º97.53%15.88%-
HSV(B)357.72º98.75%31.37%-
XYZ3.341.740.27-
YUV24.96116.17167.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 94.12%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=94.12%
G=1.18%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal801400.990.950.69357.7297.5315.88
Hex50140635F451666210
Octal12014014313710554614220
Binary101000011000110001110111111000101101100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500104; }

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

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

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

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

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

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

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

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