Shades of Rust #BD460C
Tints of Rust #BD460C
RGB
CMYK
RGB Variations
Color information
#BD460C (or 0xBD460C) is known color: Rust. HEX triplet: BD, 46 and 0C. RGB value is (189,70,12). Sum of RGB (Red+Green+Blue) = 189+70+12=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD460C is #42B9F3. Grayscale: #636363. Windows color (decimal): -4372980 or 804541. OLE color: 804541.
HSL color Cylindrical-coordinate representation of color #BD460C: hue angle of 19.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD460C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.26 |
| HSL | 19.66º | 0.88% | 0.39% | - |
| HSV(B) | 19.66º | 0.94% | 0.74% | - |
| XYZ | 23.24 | 15.23 | 2.06 | - |
| YUV | 98.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 12 | 0 | 0.63 | 0.94 | 0.26 | 19.66 | 0.88 | 0.39 |
| Hex | BD | 46 | C | 0 | 3F | 5E | 1A | 14 | 58 | 27 |
| Octal | 275 | 106 | 14 | 0 | 77 | 136 | 32 | 24 | 130 | 47 |
| Binary | 10111101 | 1000110 | 1100 | 0 | 111111 | 1011110 | 11010 | 10100 | 1011000 | 100111 |
Color Harmonies of #BD460C
Complementary color
Monochromatic Colors of #BD460C
Black with #BD460C
Text Example
Text Example
White with #BD460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD460C; }
p { color: rgb(189,70,12); }
H1.HeaderClassName
{
color: #BD460C;
}
.AnyTagClassName
{
color: #BD460C;
}
</style>
background-color css
<style>
a { background-color: #BD460C; }
a { background-color: rgb(189,70,12); }
div.DivClassName
{
background-color: #BD460C;
}
.BgClassName
{
background-color: #BD460C;
}
</style>
border-color css
<style>
span { border-color: #BD460C; }
span { border-color: rgb(189,70,12); }
td.TdClassName
{
border-color: #BD460C;
}
.TagClassName
{
border-color: #BD460C;
}
</style>