Shades of Rust #B54512
Tints of Rust #B54512
RGB
CMYK
RGB Variations
Color information
#B54512 (or 0xB54512) is known color: Rust. HEX triplet: B5, 45 and 12. RGB value is (181,69,18). Sum of RGB (Red+Green+Blue) = 181+69+18=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B54512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54512 is #4ABAED. Grayscale: #606060. Windows color (decimal): -4897518 or 1197493. OLE color: 1197493.
HSL color Cylindrical-coordinate representation of color #B54512: hue angle of 18.77º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54512 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.29 |
| HSL | 18.77º | 0.82% | 0.39% | - |
| HSV(B) | 18.77º | 0.9% | 0.71% | - |
| XYZ | 21.29 | 14.12 | 2.18 | - |
| YUV | 96.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 18 | 0 | 0.62 | 0.90 | 0.29 | 18.77 | 0.82 | 0.39 |
| Hex | B5 | 45 | 12 | 0 | 3E | 5A | 1D | 13 | 52 | 27 |
| Octal | 265 | 105 | 22 | 0 | 76 | 132 | 35 | 23 | 122 | 47 |
| Binary | 10110101 | 1000101 | 10010 | 0 | 111110 | 1011010 | 11101 | 10011 | 1010010 | 100111 |
Color Harmonies of #B54512
Complementary color
Monochromatic Colors of #B54512
Black with #B54512
Text Example
Text Example
White with #B54512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54512; }
p { color: rgb(181,69,18); }
H1.HeaderClassName
{
color: #B54512;
}
.AnyTagClassName
{
color: #B54512;
}
</style>
background-color css
<style>
a { background-color: #B54512; }
a { background-color: rgb(181,69,18); }
div.DivClassName
{
background-color: #B54512;
}
.BgClassName
{
background-color: #B54512;
}
</style>
border-color css
<style>
span { border-color: #B54512; }
span { border-color: rgb(181,69,18); }
td.TdClassName
{
border-color: #B54512;
}
.TagClassName
{
border-color: #B54512;
}
</style>