#540005

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

Shades of Rustic Red #540005

Tints of Rustic Red #540005

Color information

#540005 (or 0x540005) is unknown color: approx Rustic Red. HEX triplet: 54, 00 and 05. RGB value is (84,0,5). Sum of RGB (Red+Green+Blue) = 84+0+5=89 (11% of max value = 765). Red value is 84 (33.20% from 255 or 94.38% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 84 - color contains mainly: red. Hex color #540005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540005 is #ABFFFA. Grayscale: #191919. Windows color (decimal): -11272187 or 327764. OLE color: 327764.

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

Color convert

RGB8405-
CMYK010.940.67
HSL356.43º100%16.47%-
HSV(B)356.43º100%32.94%-
XYZ3.681.90.32-
YUV25.69116.33169.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 94.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 5.62%
R=94.38%
G=0%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8405010.940.67356.4310016.47
Hex54050645E431646410
Octal12405014413610354414420
Binary101010001010110010010111101000011101100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540005; }

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

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

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

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

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

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

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

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