Shades of Rust #BD4404
Tints of Rust #BD4404
RGB
CMYK
RGB Variations
Color information
#BD4404 (or 0xBD4404) is known color: Rust. HEX triplet: BD, 44 and 04. RGB value is (189,68,4). Sum of RGB (Red+Green+Blue) = 189+68+4=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4404 is #42BBFB. Grayscale: #616161. Windows color (decimal): -4373500 or 279741. OLE color: 279741.
HSL color Cylindrical-coordinate representation of color #BD4404: hue angle of 20.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD4404 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.26 |
| HSL | 20.76º | 0.96% | 0.38% | - |
| HSV(B) | 20.76º | 0.98% | 0.74% | - |
| XYZ | 23.08 | 14.96 | 1.79 | - |
| YUV | 96.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 4 | 0 | 0.64 | 0.98 | 0.26 | 20.76 | 0.96 | 0.38 |
| Hex | BD | 44 | 4 | 0 | 40 | 62 | 1A | 15 | 60 | 26 |
| Octal | 275 | 104 | 4 | 0 | 100 | 142 | 32 | 25 | 140 | 46 |
| Binary | 10111101 | 1000100 | 100 | 0 | 1000000 | 1100010 | 11010 | 10101 | 1100000 | 100110 |
Color Harmonies of #BD4404
Complementary color
Monochromatic Colors of #BD4404
Black with #BD4404
Text Example
Text Example
White with #BD4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4404; }
p { color: rgb(189,68,4); }
H1.HeaderClassName
{
color: #BD4404;
}
.AnyTagClassName
{
color: #BD4404;
}
</style>
background-color css
<style>
a { background-color: #BD4404; }
a { background-color: rgb(189,68,4); }
div.DivClassName
{
background-color: #BD4404;
}
.BgClassName
{
background-color: #BD4404;
}
</style>
border-color css
<style>
span { border-color: #BD4404; }
span { border-color: rgb(189,68,4); }
td.TdClassName
{
border-color: #BD4404;
}
.TagClassName
{
border-color: #BD4404;
}
</style>