Shades of Rust #B54919
Tints of Rust #B54919
RGB
CMYK
RGB Variations
Color information
#B54919 (or 0xB54919) is known color: Rust. HEX triplet: B5, 49 and 19. RGB value is (181,73,25). Sum of RGB (Red+Green+Blue) = 181+73+25=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B54919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54919 is #4AB6E6. Grayscale: #646464. Windows color (decimal): -4896487 or 1657269. OLE color: 1657269.
HSL color Cylindrical-coordinate representation of color #B54919: hue angle of 18.46º 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 #B54919 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 25 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.29 |
| HSL | 18.46º | 0.76% | 0.4% | - |
| HSV(B) | 18.46º | 0.86% | 0.71% | - |
| XYZ | 21.61 | 14.66 | 2.61 | - |
| YUV | 99.82 | 85.78 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 25 | 0 | 0.60 | 0.86 | 0.29 | 18.46 | 0.76 | 0.4 |
| Hex | B5 | 49 | 19 | 0 | 3C | 56 | 1D | 12 | 4C | 28 |
| Octal | 265 | 111 | 31 | 0 | 74 | 126 | 35 | 22 | 114 | 50 |
| Binary | 10110101 | 1001001 | 11001 | 0 | 111100 | 1010110 | 11101 | 10010 | 1001100 | 101000 |
Color Harmonies of #B54919
Complementary color
Monochromatic Colors of #B54919
Black with #B54919
Text Example
Text Example
White with #B54919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54919; }
p { color: rgb(181,73,25); }
H1.HeaderClassName
{
color: #B54919;
}
.AnyTagClassName
{
color: #B54919;
}
</style>
background-color css
<style>
a { background-color: #B54919; }
a { background-color: rgb(181,73,25); }
div.DivClassName
{
background-color: #B54919;
}
.BgClassName
{
background-color: #B54919;
}
</style>
border-color css
<style>
span { border-color: #B54919; }
span { border-color: rgb(181,73,25); }
td.TdClassName
{
border-color: #B54919;
}
.TagClassName
{
border-color: #B54919;
}
</style>