#54080C

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

Shades of Rustic Red #54080C

Tints of Rustic Red #54080C

Color information

#54080C (or 0x54080C) is unknown color: approx Rustic Red. HEX triplet: 54, 08 and 0C. RGB value is (84,8,12). Sum of RGB (Red+Green+Blue) = 84+8+12=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #54080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080C is #ABF7F3. Grayscale: #1F1F1F. Windows color (decimal): -11270132 or 788564. OLE color: 788564.

HSL color Cylindrical-coordinate representation of color #54080C: hue angle of 356.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54080C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB84812-
CMYK00.900.860.67
HSL356.84º82.61%18.04%-
HSV(B)356.84º90.48%32.94%-
XYZ3.812.090.55-
YUV31.18117.18165.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80.77%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=80.77%
G=7.69%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8481200.900.860.67356.8482.6118.04
Hex548C05A56431655312
Octal1241014013212610354512322
Binary1010100100011000101101010101101000011101100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54080C; }

 p { color: rgb(84,8,12); }

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

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

 a { background-color: rgb(84,8,12); }

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

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

 span { border-color: rgb(84,8,12); }

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