Shades of Rust #BD4605
Tints of Rust #BD4605
RGB
CMYK
RGB Variations
Color information
#BD4605 (or 0xBD4605) is known color: Rust. HEX triplet: BD, 46 and 05. RGB value is (189,70,5). Sum of RGB (Red+Green+Blue) = 189+70+5=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4605 is #42B9FA. Grayscale: #626262. Windows color (decimal): -4372987 or 345789. OLE color: 345789.
HSL color Cylindrical-coordinate representation of color #BD4605: hue angle of 21.2º degrees, saturation: 0.95, 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 #BD4605 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.26 |
| HSL | 21.2º | 0.95% | 0.38% | - |
| HSV(B) | 21.2º | 0.97% | 0.74% | - |
| XYZ | 23.2 | 15.21 | 1.86 | - |
| YUV | 98.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 5 | 0 | 0.63 | 0.97 | 0.26 | 21.2 | 0.95 | 0.38 |
| Hex | BD | 46 | 5 | 0 | 3F | 61 | 1A | 15 | 5F | 26 |
| Octal | 275 | 106 | 5 | 0 | 77 | 141 | 32 | 25 | 137 | 46 |
| Binary | 10111101 | 1000110 | 101 | 0 | 111111 | 1100001 | 11010 | 10101 | 1011111 | 100110 |
Color Harmonies of #BD4605
Complementary color
Monochromatic Colors of #BD4605
Black with #BD4605
Text Example
Text Example
White with #BD4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4605; }
p { color: rgb(189,70,5); }
H1.HeaderClassName
{
color: #BD4605;
}
.AnyTagClassName
{
color: #BD4605;
}
</style>
background-color css
<style>
a { background-color: #BD4605; }
a { background-color: rgb(189,70,5); }
div.DivClassName
{
background-color: #BD4605;
}
.BgClassName
{
background-color: #BD4605;
}
</style>
border-color css
<style>
span { border-color: #BD4605; }
span { border-color: rgb(189,70,5); }
td.TdClassName
{
border-color: #BD4605;
}
.TagClassName
{
border-color: #BD4605;
}
</style>