#540309

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

Shades of Rustic Red #540309

Tints of Rustic Red #540309

Color information

#540309 (or 0x540309) is unknown color: approx Rustic Red. HEX triplet: 54, 03 and 09. RGB value is (84,3,9). Sum of RGB (Red+Green+Blue) = 84+3+9=96 (12% of max value = 765). Red value is 84 (33.20% from 255 or 87.5% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 84 - color contains mainly: red. Hex color #540309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540309 is #ABFCF6. Grayscale: #1B1B1B. Windows color (decimal): -11271415 or 590676. OLE color: 590676.

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

Color convert

RGB8439-
CMYK00.960.890.67
HSL355.56º93.1%17.06%-
HSV(B)355.56º96.43%32.94%-
XYZ3.741.970.44-
YUV27.9117.34168.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 87.5%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=87.5%
G=3.12%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal843900.960.890.67355.5693.117.06
Hex543906059431645d11
Octal124311014013110354413521
Binary10101001110010110000010110011000011101100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540309; }

 p { color: rgb(84,3,9); }

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

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

 a { background-color: rgb(84,3,9); }

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

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

 span { border-color: rgb(84,3,9); }

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