#54060A

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

Shades of Rustic Red #54060A

Tints of Rustic Red #54060A

Color information

#54060A (or 0x54060A) is unknown color: approx Rustic Red. HEX triplet: 54, 06 and 0A. RGB value is (84,6,10). Sum of RGB (Red+Green+Blue) = 84+6+10=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #54060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54060A is #ABF9F5. Grayscale: #1D1D1D. Windows color (decimal): -11270646 or 656980. OLE color: 656980.

HSL color Cylindrical-coordinate representation of color #54060A: hue angle of 356.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54060A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB84610-
CMYK00.930.880.67
HSL356.92º86.67%17.65%-
HSV(B)356.92º92.86%32.94%-
XYZ3.782.040.48-
YUV29.78116.84166.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 10 (4.30% from 255) = 10%
R=84%
G=6%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8461000.930.880.67356.9286.6717.65
Hex546A05D58431655712
Octal124612013513010354512722
Binary101010011010100101110110110001000011101100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54060A; }

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

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

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

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

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

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

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

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