Shades of Rust #BD5310
Tints of Rust #BD5310
RGB
CMYK
RGB Variations
Color information
#BD5310 (or 0xBD5310) is known color: Rust. HEX triplet: BD, 53 and 10. RGB value is (189,83,16). Sum of RGB (Red+Green+Blue) = 189+83+16=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5310 is #42ACEF. Grayscale: #6B6B6B. Windows color (decimal): -4369648 or 1070013. OLE color: 1070013.
HSL color Cylindrical-coordinate representation of color #BD5310: hue angle of 23.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD5310 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 16 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.26 |
| HSL | 23.24º | 0.84% | 0.4% | - |
| HSV(B) | 23.24º | 0.92% | 0.74% | - |
| XYZ | 24.17 | 17.04 | 2.51 | - |
| YUV | 107.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 16 | 0 | 0.56 | 0.92 | 0.26 | 23.24 | 0.84 | 0.4 |
| Hex | BD | 53 | 10 | 0 | 38 | 5C | 1A | 17 | 54 | 28 |
| Octal | 275 | 123 | 20 | 0 | 70 | 134 | 32 | 27 | 124 | 50 |
| Binary | 10111101 | 1010011 | 10000 | 0 | 111000 | 1011100 | 11010 | 10111 | 1010100 | 101000 |
Color Harmonies of #BD5310
Complementary color
Monochromatic Colors of #BD5310
Black with #BD5310
Text Example
Text Example
White with #BD5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5310; }
p { color: rgb(189,83,16); }
H1.HeaderClassName
{
color: #BD5310;
}
.AnyTagClassName
{
color: #BD5310;
}
</style>
background-color css
<style>
a { background-color: #BD5310; }
a { background-color: rgb(189,83,16); }
div.DivClassName
{
background-color: #BD5310;
}
.BgClassName
{
background-color: #BD5310;
}
</style>
border-color css
<style>
span { border-color: #BD5310; }
span { border-color: rgb(189,83,16); }
td.TdClassName
{
border-color: #BD5310;
}
.TagClassName
{
border-color: #BD5310;
}
</style>