Shades of Rust #BD511D
Tints of Rust #BD511D
RGB
CMYK
RGB Variations
Color information
#BD511D (or 0xBD511D) is known color: Rust. HEX triplet: BD, 51 and 1D. RGB value is (189,81,29). Sum of RGB (Red+Green+Blue) = 189+81+29=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD511D is #42AEE2. Grayscale: #6B6B6B. Windows color (decimal): -4370147 or 1921469. OLE color: 1921469.
HSL color Cylindrical-coordinate representation of color #BD511D: hue angle of 19.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD511D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.26 |
| HSL | 19.5º | 0.73% | 0.43% | - |
| HSV(B) | 19.5º | 0.85% | 0.74% | - |
| XYZ | 24.15 | 16.79 | 3.13 | - |
| YUV | 107.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 29 | 0 | 0.57 | 0.85 | 0.26 | 19.5 | 0.73 | 0.43 |
| Hex | BD | 51 | 1D | 0 | 39 | 55 | 1A | 14 | 49 | 2B |
| Octal | 275 | 121 | 35 | 0 | 71 | 125 | 32 | 24 | 111 | 53 |
| Binary | 10111101 | 1010001 | 11101 | 0 | 111001 | 1010101 | 11010 | 10100 | 1001001 | 101011 |
Color Harmonies of #BD511D
Complementary color
Monochromatic Colors of #BD511D
Black with #BD511D
Text Example
Text Example
White with #BD511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD511D; }
p { color: rgb(189,81,29); }
H1.HeaderClassName
{
color: #BD511D;
}
.AnyTagClassName
{
color: #BD511D;
}
</style>
background-color css
<style>
a { background-color: #BD511D; }
a { background-color: rgb(189,81,29); }
div.DivClassName
{
background-color: #BD511D;
}
.BgClassName
{
background-color: #BD511D;
}
</style>
border-color css
<style>
span { border-color: #BD511D; }
span { border-color: rgb(189,81,29); }
td.TdClassName
{
border-color: #BD511D;
}
.TagClassName
{
border-color: #BD511D;
}
</style>