#540204

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

Shades of Rustic Red #540204

Tints of Rustic Red #540204

Color information

#540204 (or 0x540204) is unknown color: approx Rustic Red. HEX triplet: 54, 02 and 04. RGB value is (84,2,4). Sum of RGB (Red+Green+Blue) = 84+2+4=90 (11% of max value = 765). Red value is 84 (33.20% from 255 or 93.33% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 84 - color contains mainly: red. Hex color #540204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540204 is #ABFDFB. Grayscale: #1A1A1A. Windows color (decimal): -11271676 or 262740. OLE color: 262740.

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

Color convert

RGB8424-
CMYK00.980.950.67
HSL358.54º95.35%16.86%-
HSV(B)358.54º97.62%32.94%-
XYZ3.71.940.29-
YUV26.75115.17168.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 93.33%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=93.33%
G=2.22%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal842400.980.950.67358.5495.3516.86
Hex54240625F431675f11
Octal12424014213710354713721
Binary1010100101000110001010111111000011101100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540204; }

 p { color: rgb(84,2,4); }

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

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

 a { background-color: rgb(84,2,4); }

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

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

 span { border-color: rgb(84,2,4); }

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