Shades of Rust #BD5513
Tints of Rust #BD5513
RGB
CMYK
RGB Variations
Color information
#BD5513 (or 0xBD5513) is known color: Rust. HEX triplet: BD, 55 and 13. RGB value is (189,85,19). Sum of RGB (Red+Green+Blue) = 189+85+19=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5513 is #42AAEC. Grayscale: #6C6C6C. Windows color (decimal): -4369133 or 1267133. OLE color: 1267133.
HSL color Cylindrical-coordinate representation of color #BD5513: hue angle of 23.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5513 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.26 |
| HSL | 23.29º | 0.82% | 0.41% | - |
| HSV(B) | 23.29º | 0.9% | 0.74% | - |
| XYZ | 24.35 | 17.36 | 2.68 | - |
| YUV | 108.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 19 | 0 | 0.55 | 0.90 | 0.26 | 23.29 | 0.82 | 0.41 |
| Hex | BD | 55 | 13 | 0 | 37 | 5A | 1A | 17 | 52 | 29 |
| Octal | 275 | 125 | 23 | 0 | 67 | 132 | 32 | 27 | 122 | 51 |
| Binary | 10111101 | 1010101 | 10011 | 0 | 110111 | 1011010 | 11010 | 10111 | 1010010 | 101001 |
Color Harmonies of #BD5513
Complementary color
Monochromatic Colors of #BD5513
Black with #BD5513
Text Example
Text Example
White with #BD5513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5513; }
p { color: rgb(189,85,19); }
H1.HeaderClassName
{
color: #BD5513;
}
.AnyTagClassName
{
color: #BD5513;
}
</style>
background-color css
<style>
a { background-color: #BD5513; }
a { background-color: rgb(189,85,19); }
div.DivClassName
{
background-color: #BD5513;
}
.BgClassName
{
background-color: #BD5513;
}
</style>
border-color css
<style>
span { border-color: #BD5513; }
span { border-color: rgb(189,85,19); }
td.TdClassName
{
border-color: #BD5513;
}
.TagClassName
{
border-color: #BD5513;
}
</style>