Shades of Rust #BD4607
Tints of Rust #BD4607
RGB
CMYK
RGB Variations
Color information
#BD4607 (or 0xBD4607) is known color: Rust. HEX triplet: BD, 46 and 07. RGB value is (189,70,7). Sum of RGB (Red+Green+Blue) = 189+70+7=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4607 is #42B9F8. Grayscale: #626262. Windows color (decimal): -4372985 or 476861. OLE color: 476861.
HSL color Cylindrical-coordinate representation of color #BD4607: hue angle of 20.77º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD4607 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.26 |
| HSL | 20.77º | 0.93% | 0.38% | - |
| HSV(B) | 20.77º | 0.96% | 0.74% | - |
| XYZ | 23.21 | 15.21 | 1.91 | - |
| YUV | 98.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 7 | 0 | 0.63 | 0.96 | 0.26 | 20.77 | 0.93 | 0.38 |
| Hex | BD | 46 | 7 | 0 | 3F | 60 | 1A | 15 | 5D | 26 |
| Octal | 275 | 106 | 7 | 0 | 77 | 140 | 32 | 25 | 135 | 46 |
| Binary | 10111101 | 1000110 | 111 | 0 | 111111 | 1100000 | 11010 | 10101 | 1011101 | 100110 |
Color Harmonies of #BD4607
Complementary color
Monochromatic Colors of #BD4607
Black with #BD4607
Text Example
Text Example
White with #BD4607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4607; }
p { color: rgb(189,70,7); }
H1.HeaderClassName
{
color: #BD4607;
}
.AnyTagClassName
{
color: #BD4607;
}
</style>
background-color css
<style>
a { background-color: #BD4607; }
a { background-color: rgb(189,70,7); }
div.DivClassName
{
background-color: #BD4607;
}
.BgClassName
{
background-color: #BD4607;
}
</style>
border-color css
<style>
span { border-color: #BD4607; }
span { border-color: rgb(189,70,7); }
td.TdClassName
{
border-color: #BD4607;
}
.TagClassName
{
border-color: #BD4607;
}
</style>