#540B0D

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

Shades of Rustic Red #540B0D

Tints of Rustic Red #540B0D

Color information

#540B0D (or 0x540B0D) is unknown color: approx Rustic Red. HEX triplet: 54, 0B and 0D. RGB value is (84,11,13). Sum of RGB (Red+Green+Blue) = 84+11+13=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B0D is #ABF4F2. Grayscale: #212121. Windows color (decimal): -11269363 or 854868. OLE color: 854868.

HSL color Cylindrical-coordinate representation of color #540B0D: hue angle of 358.36º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B0D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB841113-
CMYK00.870.850.67
HSL358.36º76.84%18.63%-
HSV(B)358.36º86.9%32.94%-
XYZ3.852.150.59-
YUV33.06116.68164.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.78%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=77.78%
G=10.19%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84111300.870.850.67358.3676.8418.63
Hex54BD05755431664d13
Octal1241315012712510354611523
Binary1010100101111010101011110101011000011101100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540B0D; }

 p { color: rgb(84,11,13); }

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

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

 a { background-color: rgb(84,11,13); }

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

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

 span { border-color: rgb(84,11,13); }

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