Shades of Rust #BD4610
Tints of Rust #BD4610
RGB
CMYK
RGB Variations
Color information
#BD4610 (or 0xBD4610) is known color: Rust. HEX triplet: BD, 46 and 10. RGB value is (189,70,16). Sum of RGB (Red+Green+Blue) = 189+70+16=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4610 is #42B9EF. Grayscale: #636363. Windows color (decimal): -4372976 or 1066685. OLE color: 1066685.
HSL color Cylindrical-coordinate representation of color #BD4610: hue angle of 18.73º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD4610 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.26 |
| HSL | 18.73º | 0.84% | 0.4% | - |
| HSV(B) | 18.73º | 0.92% | 0.74% | - |
| XYZ | 23.27 | 15.24 | 2.2 | - |
| YUV | 99.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 16 | 0 | 0.63 | 0.92 | 0.26 | 18.73 | 0.84 | 0.4 |
| Hex | BD | 46 | 10 | 0 | 3F | 5C | 1A | 13 | 54 | 28 |
| Octal | 275 | 106 | 20 | 0 | 77 | 134 | 32 | 23 | 124 | 50 |
| Binary | 10111101 | 1000110 | 10000 | 0 | 111111 | 1011100 | 11010 | 10011 | 1010100 | 101000 |
Color Harmonies of #BD4610
Complementary color
Monochromatic Colors of #BD4610
Black with #BD4610
Text Example
Text Example
White with #BD4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4610; }
p { color: rgb(189,70,16); }
H1.HeaderClassName
{
color: #BD4610;
}
.AnyTagClassName
{
color: #BD4610;
}
</style>
background-color css
<style>
a { background-color: #BD4610; }
a { background-color: rgb(189,70,16); }
div.DivClassName
{
background-color: #BD4610;
}
.BgClassName
{
background-color: #BD4610;
}
</style>
border-color css
<style>
span { border-color: #BD4610; }
span { border-color: rgb(189,70,16); }
td.TdClassName
{
border-color: #BD4610;
}
.TagClassName
{
border-color: #BD4610;
}
</style>