Shades of Rust #B54514
Tints of Rust #B54514
RGB
CMYK
RGB Variations
Color information
#B54514 (or 0xB54514) is known color: Rust. HEX triplet: B5, 45 and 14. RGB value is (181,69,20). Sum of RGB (Red+Green+Blue) = 181+69+20=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B54514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54514 is #4ABAEB. Grayscale: #616161. Windows color (decimal): -4897516 or 1328565. OLE color: 1328565.
HSL color Cylindrical-coordinate representation of color #B54514: hue angle of 18.26º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B54514 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.29 |
| HSL | 18.26º | 0.8% | 0.39% | - |
| HSV(B) | 18.26º | 0.89% | 0.71% | - |
| XYZ | 21.31 | 14.13 | 2.27 | - |
| YUV | 96.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 20 | 0 | 0.62 | 0.89 | 0.29 | 18.26 | 0.8 | 0.39 |
| Hex | B5 | 45 | 14 | 0 | 3E | 59 | 1D | 12 | 50 | 27 |
| Octal | 265 | 105 | 24 | 0 | 76 | 131 | 35 | 22 | 120 | 47 |
| Binary | 10110101 | 1000101 | 10100 | 0 | 111110 | 1011001 | 11101 | 10010 | 1010000 | 100111 |
Color Harmonies of #B54514
Complementary color
Monochromatic Colors of #B54514
Black with #B54514
Text Example
Text Example
White with #B54514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54514; }
p { color: rgb(181,69,20); }
H1.HeaderClassName
{
color: #B54514;
}
.AnyTagClassName
{
color: #B54514;
}
</style>
background-color css
<style>
a { background-color: #B54514; }
a { background-color: rgb(181,69,20); }
div.DivClassName
{
background-color: #B54514;
}
.BgClassName
{
background-color: #B54514;
}
</style>
border-color css
<style>
span { border-color: #B54514; }
span { border-color: rgb(181,69,20); }
td.TdClassName
{
border-color: #B54514;
}
.TagClassName
{
border-color: #B54514;
}
</style>