Shades of Rust #B54310
Tints of Rust #B54310
RGB
CMYK
RGB Variations
Color information
#B54310 (or 0xB54310) is known color: Rust. HEX triplet: B5, 43 and 10. RGB value is (181,67,16). Sum of RGB (Red+Green+Blue) = 181+67+16=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B54310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54310 is #4ABCEF. Grayscale: #5F5F5F. Windows color (decimal): -4898032 or 1065909. OLE color: 1065909.
HSL color Cylindrical-coordinate representation of color #B54310: hue angle of 18.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B54310 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.29 |
| HSL | 18.55º | 0.84% | 0.39% | - |
| HSV(B) | 18.55º | 0.91% | 0.71% | - |
| XYZ | 21.16 | 13.88 | 2.05 | - |
| YUV | 95.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 16 | 0 | 0.63 | 0.91 | 0.29 | 18.55 | 0.84 | 0.39 |
| Hex | B5 | 43 | 10 | 0 | 3F | 5B | 1D | 13 | 54 | 27 |
| Octal | 265 | 103 | 20 | 0 | 77 | 133 | 35 | 23 | 124 | 47 |
| Binary | 10110101 | 1000011 | 10000 | 0 | 111111 | 1011011 | 11101 | 10011 | 1010100 | 100111 |
Color Harmonies of #B54310
Complementary color
Monochromatic Colors of #B54310
Black with #B54310
Text Example
Text Example
White with #B54310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54310; }
p { color: rgb(181,67,16); }
H1.HeaderClassName
{
color: #B54310;
}
.AnyTagClassName
{
color: #B54310;
}
</style>
background-color css
<style>
a { background-color: #B54310; }
a { background-color: rgb(181,67,16); }
div.DivClassName
{
background-color: #B54310;
}
.BgClassName
{
background-color: #B54310;
}
</style>
border-color css
<style>
span { border-color: #B54310; }
span { border-color: rgb(181,67,16); }
td.TdClassName
{
border-color: #B54310;
}
.TagClassName
{
border-color: #B54310;
}
</style>