Shades of Rust #BD3606
Tints of Rust #BD3606
RGB
CMYK
RGB Variations
Color information
#BD3606 (or 0xBD3606) is known color: Rust. HEX triplet: BD, 36 and 06. RGB value is (189,54,6). Sum of RGB (Red+Green+Blue) = 189+54+6=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3606 is #42C9F9. Grayscale: #595959. Windows color (decimal): -4377082 or 407229. OLE color: 407229.
HSL color Cylindrical-coordinate representation of color #BD3606: hue angle of 15.74º 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 #BD3606 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.26 |
| HSL | 15.74º | 0.94% | 0.38% | - |
| HSV(B) | 15.74º | 0.97% | 0.74% | - |
| XYZ | 22.34 | 13.47 | 1.59 | - |
| YUV | 88.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 6 | 0 | 0.71 | 0.97 | 0.26 | 15.74 | 0.94 | 0.38 |
| Hex | BD | 36 | 6 | 0 | 47 | 61 | 1A | 10 | 5E | 26 |
| Octal | 275 | 66 | 6 | 0 | 107 | 141 | 32 | 20 | 136 | 46 |
| Binary | 10111101 | 110110 | 110 | 0 | 1000111 | 1100001 | 11010 | 10000 | 1011110 | 100110 |
Color Harmonies of #BD3606
Complementary color
Monochromatic Colors of #BD3606
Black with #BD3606
Text Example
Text Example
White with #BD3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3606; }
p { color: rgb(189,54,6); }
H1.HeaderClassName
{
color: #BD3606;
}
.AnyTagClassName
{
color: #BD3606;
}
</style>
background-color css
<style>
a { background-color: #BD3606; }
a { background-color: rgb(189,54,6); }
div.DivClassName
{
background-color: #BD3606;
}
.BgClassName
{
background-color: #BD3606;
}
</style>
border-color css
<style>
span { border-color: #BD3606; }
span { border-color: rgb(189,54,6); }
td.TdClassName
{
border-color: #BD3606;
}
.TagClassName
{
border-color: #BD3606;
}
</style>