Shades of Rust #BD4713
Tints of Rust #BD4713
RGB
CMYK
RGB Variations
Color information
#BD4713 (or 0xBD4713) is known color: Rust. HEX triplet: BD, 47 and 13. RGB value is (189,71,19). Sum of RGB (Red+Green+Blue) = 189+71+19=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4713 is #42B8EC. Grayscale: #646464. Windows color (decimal): -4372717 or 1263549. OLE color: 1263549.
HSL color Cylindrical-coordinate representation of color #BD4713: hue angle of 18.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4713 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.26 |
| HSL | 18.35º | 0.82% | 0.41% | - |
| HSV(B) | 18.35º | 0.9% | 0.74% | - |
| XYZ | 23.36 | 15.37 | 2.35 | - |
| YUV | 100.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 19 | 0 | 0.62 | 0.90 | 0.26 | 18.35 | 0.82 | 0.41 |
| Hex | BD | 47 | 13 | 0 | 3E | 5A | 1A | 12 | 52 | 29 |
| Octal | 275 | 107 | 23 | 0 | 76 | 132 | 32 | 22 | 122 | 51 |
| Binary | 10111101 | 1000111 | 10011 | 0 | 111110 | 1011010 | 11010 | 10010 | 1010010 | 101001 |
Color Harmonies of #BD4713
Complementary color
Monochromatic Colors of #BD4713
Black with #BD4713
Text Example
Text Example
White with #BD4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4713; }
p { color: rgb(189,71,19); }
H1.HeaderClassName
{
color: #BD4713;
}
.AnyTagClassName
{
color: #BD4713;
}
</style>
background-color css
<style>
a { background-color: #BD4713; }
a { background-color: rgb(189,71,19); }
div.DivClassName
{
background-color: #BD4713;
}
.BgClassName
{
background-color: #BD4713;
}
</style>
border-color css
<style>
span { border-color: #BD4713; }
span { border-color: rgb(189,71,19); }
td.TdClassName
{
border-color: #BD4713;
}
.TagClassName
{
border-color: #BD4713;
}
</style>