Shades of Rust #BD4808
Tints of Rust #BD4808
RGB
CMYK
RGB Variations
Color information
#BD4808 (or 0xBD4808) is known color: Rust. HEX triplet: BD, 48 and 08. RGB value is (189,72,8). Sum of RGB (Red+Green+Blue) = 189+72+8=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4808 is #42B7F7. Grayscale: #646464. Windows color (decimal): -4372472 or 542909. OLE color: 542909.
HSL color Cylindrical-coordinate representation of color #BD4808: hue angle of 21.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD4808 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.26 |
| HSL | 21.22º | 0.92% | 0.39% | - |
| HSV(B) | 21.22º | 0.96% | 0.74% | - |
| XYZ | 23.35 | 15.47 | 1.99 | - |
| YUV | 99.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 8 | 0 | 0.62 | 0.96 | 0.26 | 21.22 | 0.92 | 0.39 |
| Hex | BD | 48 | 8 | 0 | 3E | 60 | 1A | 15 | 5C | 27 |
| Octal | 275 | 110 | 10 | 0 | 76 | 140 | 32 | 25 | 134 | 47 |
| Binary | 10111101 | 1001000 | 1000 | 0 | 111110 | 1100000 | 11010 | 10101 | 1011100 | 100111 |
Color Harmonies of #BD4808
Complementary color
Monochromatic Colors of #BD4808
Black with #BD4808
Text Example
Text Example
White with #BD4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4808; }
p { color: rgb(189,72,8); }
H1.HeaderClassName
{
color: #BD4808;
}
.AnyTagClassName
{
color: #BD4808;
}
</style>
background-color css
<style>
a { background-color: #BD4808; }
a { background-color: rgb(189,72,8); }
div.DivClassName
{
background-color: #BD4808;
}
.BgClassName
{
background-color: #BD4808;
}
</style>
border-color css
<style>
span { border-color: #BD4808; }
span { border-color: rgb(189,72,8); }
td.TdClassName
{
border-color: #BD4808;
}
.TagClassName
{
border-color: #BD4808;
}
</style>