Shades of Rust #B54819
Tints of Rust #B54819
RGB
CMYK
RGB Variations
Color information
#B54819 (or 0xB54819) is known color: Rust. HEX triplet: B5, 48 and 19. RGB value is (181,72,25). Sum of RGB (Red+Green+Blue) = 181+72+25=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B54819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54819 is #4AB7E6. Grayscale: #636363. Windows color (decimal): -4896743 or 1657013. OLE color: 1657013.
HSL color Cylindrical-coordinate representation of color #B54819: hue angle of 18.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B54819 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 25 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.29 |
| HSL | 18.08º | 0.76% | 0.4% | - |
| HSV(B) | 18.08º | 0.86% | 0.71% | - |
| XYZ | 21.55 | 14.53 | 2.59 | - |
| YUV | 99.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 25 | 0 | 0.60 | 0.86 | 0.29 | 18.08 | 0.76 | 0.4 |
| Hex | B5 | 48 | 19 | 0 | 3C | 56 | 1D | 12 | 4C | 28 |
| Octal | 265 | 110 | 31 | 0 | 74 | 126 | 35 | 22 | 114 | 50 |
| Binary | 10110101 | 1001000 | 11001 | 0 | 111100 | 1010110 | 11101 | 10010 | 1001100 | 101000 |
Color Harmonies of #B54819
Complementary color
Monochromatic Colors of #B54819
Black with #B54819
Text Example
Text Example
White with #B54819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54819; }
p { color: rgb(181,72,25); }
H1.HeaderClassName
{
color: #B54819;
}
.AnyTagClassName
{
color: #B54819;
}
</style>
background-color css
<style>
a { background-color: #B54819; }
a { background-color: rgb(181,72,25); }
div.DivClassName
{
background-color: #B54819;
}
.BgClassName
{
background-color: #B54819;
}
</style>
border-color css
<style>
span { border-color: #B54819; }
span { border-color: rgb(181,72,25); }
td.TdClassName
{
border-color: #B54819;
}
.TagClassName
{
border-color: #B54819;
}
</style>