Shades of Rust #BD4906
Tints of Rust #BD4906
RGB
CMYK
RGB Variations
Color information
#BD4906 (or 0xBD4906) is known color: Rust. HEX triplet: BD, 49 and 06. RGB value is (189,73,6). Sum of RGB (Red+Green+Blue) = 189+73+6=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4906 is #42B6F9. Grayscale: #646464. Windows color (decimal): -4372218 or 412093. OLE color: 412093.
HSL color Cylindrical-coordinate representation of color #BD4906: hue angle of 21.97º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD4906 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.26 |
| HSL | 21.97º | 0.94% | 0.38% | - |
| HSV(B) | 21.97º | 0.97% | 0.74% | - |
| XYZ | 23.4 | 15.6 | 1.95 | - |
| YUV | 100.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 6 | 0 | 0.61 | 0.97 | 0.26 | 21.97 | 0.94 | 0.38 |
| Hex | BD | 49 | 6 | 0 | 3D | 61 | 1A | 16 | 5E | 26 |
| Octal | 275 | 111 | 6 | 0 | 75 | 141 | 32 | 26 | 136 | 46 |
| Binary | 10111101 | 1001001 | 110 | 0 | 111101 | 1100001 | 11010 | 10110 | 1011110 | 100110 |
Color Harmonies of #BD4906
Complementary color
Monochromatic Colors of #BD4906
Black with #BD4906
Text Example
Text Example
White with #BD4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4906; }
p { color: rgb(189,73,6); }
H1.HeaderClassName
{
color: #BD4906;
}
.AnyTagClassName
{
color: #BD4906;
}
</style>
background-color css
<style>
a { background-color: #BD4906; }
a { background-color: rgb(189,73,6); }
div.DivClassName
{
background-color: #BD4906;
}
.BgClassName
{
background-color: #BD4906;
}
</style>
border-color css
<style>
span { border-color: #BD4906; }
span { border-color: rgb(189,73,6); }
td.TdClassName
{
border-color: #BD4906;
}
.TagClassName
{
border-color: #BD4906;
}
</style>