Shades of Rust #BD4617
Tints of Rust #BD4617
RGB
CMYK
RGB Variations
Color information
#BD4617 (or 0xBD4617) is known color: Rust. HEX triplet: BD, 46 and 17. RGB value is (189,70,23). Sum of RGB (Red+Green+Blue) = 189+70+23=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4617 is #42B9E8. Grayscale: #646464. Windows color (decimal): -4372969 or 1525437. OLE color: 1525437.
HSL color Cylindrical-coordinate representation of color #BD4617: hue angle of 16.99º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4617 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.26 |
| HSL | 16.99º | 0.78% | 0.42% | - |
| HSV(B) | 16.99º | 0.88% | 0.74% | - |
| XYZ | 23.33 | 15.26 | 2.53 | - |
| YUV | 100.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 23 | 0 | 0.63 | 0.88 | 0.26 | 16.99 | 0.78 | 0.42 |
| Hex | BD | 46 | 17 | 0 | 3F | 58 | 1A | 11 | 4E | 2A |
| Octal | 275 | 106 | 27 | 0 | 77 | 130 | 32 | 21 | 116 | 52 |
| Binary | 10111101 | 1000110 | 10111 | 0 | 111111 | 1011000 | 11010 | 10001 | 1001110 | 101010 |
Color Harmonies of #BD4617
Complementary color
Monochromatic Colors of #BD4617
Black with #BD4617
Text Example
Text Example
White with #BD4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4617; }
p { color: rgb(189,70,23); }
H1.HeaderClassName
{
color: #BD4617;
}
.AnyTagClassName
{
color: #BD4617;
}
</style>
background-color css
<style>
a { background-color: #BD4617; }
a { background-color: rgb(189,70,23); }
div.DivClassName
{
background-color: #BD4617;
}
.BgClassName
{
background-color: #BD4617;
}
</style>
border-color css
<style>
span { border-color: #BD4617; }
span { border-color: rgb(189,70,23); }
td.TdClassName
{
border-color: #BD4617;
}
.TagClassName
{
border-color: #BD4617;
}
</style>