Shades of Rust #B54015
Tints of Rust #B54015
RGB
CMYK
RGB Variations
Color information
#B54015 (or 0xB54015) is known color: Rust. HEX triplet: B5, 40 and 15. RGB value is (181,64,21). Sum of RGB (Red+Green+Blue) = 181+64+21=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B54015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54015 is #4ABFEA. Grayscale: #5E5E5E. Windows color (decimal): -4898795 or 1392821. OLE color: 1392821.
HSL color Cylindrical-coordinate representation of color #B54015: hue angle of 16.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B54015 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 21 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.29 |
| HSL | 16.13º | 0.79% | 0.4% | - |
| HSV(B) | 16.13º | 0.88% | 0.71% | - |
| XYZ | 21.02 | 13.54 | 2.22 | - |
| YUV | 94.08 | 86.76 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 21 | 0 | 0.65 | 0.88 | 0.29 | 16.13 | 0.79 | 0.4 |
| Hex | B5 | 40 | 15 | 0 | 41 | 58 | 1D | 10 | 4F | 28 |
| Octal | 265 | 100 | 25 | 0 | 101 | 130 | 35 | 20 | 117 | 50 |
| Binary | 10110101 | 1000000 | 10101 | 0 | 1000001 | 1011000 | 11101 | 10000 | 1001111 | 101000 |
Color Harmonies of #B54015
Complementary color
Monochromatic Colors of #B54015
Black with #B54015
Text Example
Text Example
White with #B54015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54015; }
p { color: rgb(181,64,21); }
H1.HeaderClassName
{
color: #B54015;
}
.AnyTagClassName
{
color: #B54015;
}
</style>
background-color css
<style>
a { background-color: #B54015; }
a { background-color: rgb(181,64,21); }
div.DivClassName
{
background-color: #B54015;
}
.BgClassName
{
background-color: #B54015;
}
</style>
border-color css
<style>
span { border-color: #B54015; }
span { border-color: rgb(181,64,21); }
td.TdClassName
{
border-color: #B54015;
}
.TagClassName
{
border-color: #B54015;
}
</style>