#54090B

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

Shades of Rustic Red #54090B

Tints of Rustic Red #54090B

Color information

#54090B (or 0x54090B) is unknown color: approx Rustic Red. HEX triplet: 54, 09 and 0B. RGB value is (84,9,11). Sum of RGB (Red+Green+Blue) = 84+9+11=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #54090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090B is #ABF6F4. Grayscale: #1F1F1F. Windows color (decimal): -11269877 or 723284. OLE color: 723284.

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

Color convert

RGB84911-
CMYK00.890.870.67
HSL358.4º80.65%18.24%-
HSV(B)358.4º89.29%32.94%-
XYZ3.812.10.52-
YUV31.65116.35165.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80.77%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=80.77%
G=8.65%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8491100.890.870.67358.480.6518.24
Hex549B05957431665112
Octal1241113013112710354612122
Binary1010100100110110101100110101111000011101100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54090B; }

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

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

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

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

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

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

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

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