Shades of Rust #BD3605
Tints of Rust #BD3605
RGB
CMYK
RGB Variations
Color information
#BD3605 (or 0xBD3605) is known color: Rust. HEX triplet: BD, 36 and 05. RGB value is (189,54,5). Sum of RGB (Red+Green+Blue) = 189+54+5=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3605 is #42C9FA. Grayscale: #595959. Windows color (decimal): -4377083 or 341693. OLE color: 341693.
HSL color Cylindrical-coordinate representation of color #BD3605: hue angle of 15.98º 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 #BD3605 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.26 |
| HSL | 15.98º | 0.95% | 0.38% | - |
| HSV(B) | 15.98º | 0.97% | 0.74% | - |
| XYZ | 22.33 | 13.47 | 1.57 | - |
| YUV | 88.78 | 80.73 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 5 | 0 | 0.71 | 0.97 | 0.26 | 15.98 | 0.95 | 0.38 |
| Hex | BD | 36 | 5 | 0 | 47 | 61 | 1A | 10 | 5F | 26 |
| Octal | 275 | 66 | 5 | 0 | 107 | 141 | 32 | 20 | 137 | 46 |
| Binary | 10111101 | 110110 | 101 | 0 | 1000111 | 1100001 | 11010 | 10000 | 1011111 | 100110 |
Color Harmonies of #BD3605
Complementary color
Monochromatic Colors of #BD3605
Black with #BD3605
Text Example
Text Example
White with #BD3605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3605; }
p { color: rgb(189,54,5); }
H1.HeaderClassName
{
color: #BD3605;
}
.AnyTagClassName
{
color: #BD3605;
}
</style>
background-color css
<style>
a { background-color: #BD3605; }
a { background-color: rgb(189,54,5); }
div.DivClassName
{
background-color: #BD3605;
}
.BgClassName
{
background-color: #BD3605;
}
</style>
border-color css
<style>
span { border-color: #BD3605; }
span { border-color: rgb(189,54,5); }
td.TdClassName
{
border-color: #BD3605;
}
.TagClassName
{
border-color: #BD3605;
}
</style>