Shades of Rust #BD470D
Tints of Rust #BD470D
RGB
CMYK
RGB Variations
Color information
#BD470D (or 0xBD470D) is known color: Rust. HEX triplet: BD, 47 and 0D. RGB value is (189,71,13). Sum of RGB (Red+Green+Blue) = 189+71+13=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD470D is #42B8F2. Grayscale: #646464. Windows color (decimal): -4372723 or 870333. OLE color: 870333.
HSL color Cylindrical-coordinate representation of color #BD470D: hue angle of 19.77º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD470D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.26 |
| HSL | 19.77º | 0.87% | 0.4% | - |
| HSV(B) | 19.77º | 0.93% | 0.74% | - |
| XYZ | 23.31 | 15.35 | 2.12 | - |
| YUV | 99.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 13 | 0 | 0.62 | 0.93 | 0.26 | 19.77 | 0.87 | 0.4 |
| Hex | BD | 47 | D | 0 | 3E | 5D | 1A | 14 | 57 | 28 |
| Octal | 275 | 107 | 15 | 0 | 76 | 135 | 32 | 24 | 127 | 50 |
| Binary | 10111101 | 1000111 | 1101 | 0 | 111110 | 1011101 | 11010 | 10100 | 1010111 | 101000 |
Color Harmonies of #BD470D
Complementary color
Monochromatic Colors of #BD470D
Black with #BD470D
Text Example
Text Example
White with #BD470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD470D; }
p { color: rgb(189,71,13); }
H1.HeaderClassName
{
color: #BD470D;
}
.AnyTagClassName
{
color: #BD470D;
}
</style>
background-color css
<style>
a { background-color: #BD470D; }
a { background-color: rgb(189,71,13); }
div.DivClassName
{
background-color: #BD470D;
}
.BgClassName
{
background-color: #BD470D;
}
</style>
border-color css
<style>
span { border-color: #BD470D; }
span { border-color: rgb(189,71,13); }
td.TdClassName
{
border-color: #BD470D;
}
.TagClassName
{
border-color: #BD470D;
}
</style>