Shades of Rust #BD5714
Tints of Rust #BD5714
RGB
CMYK
RGB Variations
Color information
#BD5714 (or 0xBD5714) is known color: Rust. HEX triplet: BD, 57 and 14. RGB value is (189,87,20). Sum of RGB (Red+Green+Blue) = 189+87+20=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5714 is #42A8EB. Grayscale: #6E6E6E. Windows color (decimal): -4368620 or 1333181. OLE color: 1333181.
HSL color Cylindrical-coordinate representation of color #BD5714: hue angle of 23.79º degrees, saturation: 0.81, 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 #BD5714 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.26 |
| HSL | 23.79º | 0.81% | 0.41% | - |
| HSV(B) | 23.79º | 0.89% | 0.74% | - |
| XYZ | 24.52 | 17.69 | 2.78 | - |
| YUV | 109.86 | 77.29 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 20 | 0 | 0.54 | 0.89 | 0.26 | 23.79 | 0.81 | 0.41 |
| Hex | BD | 57 | 14 | 0 | 36 | 59 | 1A | 18 | 51 | 29 |
| Octal | 275 | 127 | 24 | 0 | 66 | 131 | 32 | 30 | 121 | 51 |
| Binary | 10111101 | 1010111 | 10100 | 0 | 110110 | 1011001 | 11010 | 11000 | 1010001 | 101001 |
Color Harmonies of #BD5714
Complementary color
Monochromatic Colors of #BD5714
Black with #BD5714
Text Example
Text Example
White with #BD5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5714; }
p { color: rgb(189,87,20); }
H1.HeaderClassName
{
color: #BD5714;
}
.AnyTagClassName
{
color: #BD5714;
}
</style>
background-color css
<style>
a { background-color: #BD5714; }
a { background-color: rgb(189,87,20); }
div.DivClassName
{
background-color: #BD5714;
}
.BgClassName
{
background-color: #BD5714;
}
</style>
border-color css
<style>
span { border-color: #BD5714; }
span { border-color: rgb(189,87,20); }
td.TdClassName
{
border-color: #BD5714;
}
.TagClassName
{
border-color: #BD5714;
}
</style>