Shades of Rust #BD4400
Tints of Rust #BD4400
RGB
CMYK
RGB Variations
Color information
#BD4400 (or 0xBD4400) is known color: Rust. HEX triplet: BD, 44 and 00. RGB value is (189,68,0). Sum of RGB (Red+Green+Blue) = 189+68+0=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4400 is #42BBFF. Grayscale: #606060. Windows color (decimal): -4373504 or 17597. OLE color: 17597.
HSL color Cylindrical-coordinate representation of color #BD4400: hue angle of 21.59º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD4400 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.26 |
| HSL | 21.59º | 1% | 0.37% | - |
| HSV(B) | 21.59º | 1% | 0.74% | - |
| XYZ | 23.05 | 14.95 | 1.67 | - |
| YUV | 96.43 | 73.59 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 0 | 0 | 0.64 | 1 | 0.26 | 21.59 | 1 | 0.37 |
| Hex | BD | 44 | 0 | 0 | 40 | 64 | 1A | 16 | 64 | 25 |
| Octal | 275 | 104 | 0 | 0 | 100 | 144 | 32 | 26 | 144 | 45 |
| Binary | 10111101 | 1000100 | 0 | 0 | 1000000 | 1100100 | 11010 | 10110 | 1100100 | 100101 |
Color Harmonies of #BD4400
Complementary color
Monochromatic Colors of #BD4400
Black with #BD4400
Text Example
Text Example
White with #BD4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4400; }
p { color: rgb(189,68,0); }
H1.HeaderClassName
{
color: #BD4400;
}
.AnyTagClassName
{
color: #BD4400;
}
</style>
background-color css
<style>
a { background-color: #BD4400; }
a { background-color: rgb(189,68,0); }
div.DivClassName
{
background-color: #BD4400;
}
.BgClassName
{
background-color: #BD4400;
}
</style>
border-color css
<style>
span { border-color: #BD4400; }
span { border-color: rgb(189,68,0); }
td.TdClassName
{
border-color: #BD4400;
}
.TagClassName
{
border-color: #BD4400;
}
</style>