Shades of Rust #BD520B
Tints of Rust #BD520B
RGB
CMYK
RGB Variations
Color information
#BD520B (or 0xBD520B) is known color: Rust. HEX triplet: BD, 52 and 0B. RGB value is (189,82,11). Sum of RGB (Red+Green+Blue) = 189+82+11=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD520B is #42ADF4. Grayscale: #6A6A6A. Windows color (decimal): -4369909 or 742077. OLE color: 742077.
HSL color Cylindrical-coordinate representation of color #BD520B: hue angle of 23.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD520B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.26 |
| HSL | 23.93º | 0.89% | 0.39% | - |
| HSV(B) | 23.93º | 0.94% | 0.74% | - |
| XYZ | 24.06 | 16.88 | 2.31 | - |
| YUV | 105.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 11 | 0 | 0.57 | 0.94 | 0.26 | 23.93 | 0.89 | 0.39 |
| Hex | BD | 52 | B | 0 | 39 | 5E | 1A | 18 | 59 | 27 |
| Octal | 275 | 122 | 13 | 0 | 71 | 136 | 32 | 30 | 131 | 47 |
| Binary | 10111101 | 1010010 | 1011 | 0 | 111001 | 1011110 | 11010 | 11000 | 1011001 | 100111 |
Color Harmonies of #BD520B
Complementary color
Monochromatic Colors of #BD520B
Black with #BD520B
Text Example
Text Example
White with #BD520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD520B; }
p { color: rgb(189,82,11); }
H1.HeaderClassName
{
color: #BD520B;
}
.AnyTagClassName
{
color: #BD520B;
}
</style>
background-color css
<style>
a { background-color: #BD520B; }
a { background-color: rgb(189,82,11); }
div.DivClassName
{
background-color: #BD520B;
}
.BgClassName
{
background-color: #BD520B;
}
</style>
border-color css
<style>
span { border-color: #BD520B; }
span { border-color: rgb(189,82,11); }
td.TdClassName
{
border-color: #BD520B;
}
.TagClassName
{
border-color: #BD520B;
}
</style>