#540506

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

Shades of Rustic Red #540506

Tints of Rustic Red #540506

Color information

#540506 (or 0x540506) is unknown color: approx Rustic Red. HEX triplet: 54, 05 and 06. RGB value is (84,5,6). Sum of RGB (Red+Green+Blue) = 84+5+6=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540506 is #ABFAF9. Grayscale: #1C1C1C. Windows color (decimal): -11270906 or 394580. OLE color: 394580.

HSL color Cylindrical-coordinate representation of color #540506: hue angle of 359.24º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540506 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB8456-
CMYK00.940.930.67
HSL359.24º88.76%17.45%-
HSV(B)359.24º94.05%32.94%-
XYZ3.742.010.36-
YUV28.74115.17167.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 88.42%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=88.42%
G=5.26%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal845600.940.930.67359.2488.7617.45
Hex545605E5D431675911
Octal12456013613510354713121
Binary10101001011100101111010111011000011101100111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540506; }

 p { color: rgb(84,5,6); }

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

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

 a { background-color: rgb(84,5,6); }

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

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

 span { border-color: rgb(84,5,6); }

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