Shades of Rust #BD5015
Tints of Rust #BD5015
RGB
CMYK
RGB Variations
Color information
#BD5015 (or 0xBD5015) is known color: Rust. HEX triplet: BD, 50 and 15. RGB value is (189,80,21). Sum of RGB (Red+Green+Blue) = 189+80+21=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5015 is #42AFEA. Grayscale: #6A6A6A. Windows color (decimal): -4370411 or 1396925. OLE color: 1396925.
HSL color Cylindrical-coordinate representation of color #BD5015: hue angle of 21.07º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD5015 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 21 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.26 |
| HSL | 21.07º | 0.8% | 0.41% | - |
| HSV(B) | 21.07º | 0.89% | 0.74% | - |
| XYZ | 23.99 | 16.61 | 2.65 | - |
| YUV | 105.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 21 | 0 | 0.58 | 0.89 | 0.26 | 21.07 | 0.8 | 0.41 |
| Hex | BD | 50 | 15 | 0 | 3A | 59 | 1A | 15 | 50 | 29 |
| Octal | 275 | 120 | 25 | 0 | 72 | 131 | 32 | 25 | 120 | 51 |
| Binary | 10111101 | 1010000 | 10101 | 0 | 111010 | 1011001 | 11010 | 10101 | 1010000 | 101001 |
Color Harmonies of #BD5015
Complementary color
Monochromatic Colors of #BD5015
Black with #BD5015
Text Example
Text Example
White with #BD5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5015; }
p { color: rgb(189,80,21); }
H1.HeaderClassName
{
color: #BD5015;
}
.AnyTagClassName
{
color: #BD5015;
}
</style>
background-color css
<style>
a { background-color: #BD5015; }
a { background-color: rgb(189,80,21); }
div.DivClassName
{
background-color: #BD5015;
}
.BgClassName
{
background-color: #BD5015;
}
</style>
border-color css
<style>
span { border-color: #BD5015; }
span { border-color: rgb(189,80,21); }
td.TdClassName
{
border-color: #BD5015;
}
.TagClassName
{
border-color: #BD5015;
}
</style>