Shades of Rust #BD4805
Tints of Rust #BD4805
RGB
CMYK
RGB Variations
Color information
#BD4805 (or 0xBD4805) is known color: Rust. HEX triplet: BD, 48 and 05. RGB value is (189,72,5). Sum of RGB (Red+Green+Blue) = 189+72+5=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4805 is #42B7FA. Grayscale: #636363. Windows color (decimal): -4372475 or 346301. OLE color: 346301.
HSL color Cylindrical-coordinate representation of color #BD4805: hue angle of 21.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD4805 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.26 |
| HSL | 21.85º | 0.95% | 0.38% | - |
| HSV(B) | 21.85º | 0.97% | 0.74% | - |
| XYZ | 23.33 | 15.46 | 1.9 | - |
| YUV | 99.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 5 | 0 | 0.62 | 0.97 | 0.26 | 21.85 | 0.95 | 0.38 |
| Hex | BD | 48 | 5 | 0 | 3E | 61 | 1A | 16 | 5F | 26 |
| Octal | 275 | 110 | 5 | 0 | 76 | 141 | 32 | 26 | 137 | 46 |
| Binary | 10111101 | 1001000 | 101 | 0 | 111110 | 1100001 | 11010 | 10110 | 1011111 | 100110 |
Color Harmonies of #BD4805
Complementary color
Monochromatic Colors of #BD4805
Black with #BD4805
Text Example
Text Example
White with #BD4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4805; }
p { color: rgb(189,72,5); }
H1.HeaderClassName
{
color: #BD4805;
}
.AnyTagClassName
{
color: #BD4805;
}
</style>
background-color css
<style>
a { background-color: #BD4805; }
a { background-color: rgb(189,72,5); }
div.DivClassName
{
background-color: #BD4805;
}
.BgClassName
{
background-color: #BD4805;
}
</style>
border-color css
<style>
span { border-color: #BD4805; }
span { border-color: rgb(189,72,5); }
td.TdClassName
{
border-color: #BD4805;
}
.TagClassName
{
border-color: #BD4805;
}
</style>