Shades of Rust #BD4411
Tints of Rust #BD4411
RGB
CMYK
RGB Variations
Color information
#BD4411 (or 0xBD4411) is known color: Rust. HEX triplet: BD, 44 and 11. RGB value is (189,68,17). Sum of RGB (Red+Green+Blue) = 189+68+17=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4411 is #42BBEE. Grayscale: #626262. Windows color (decimal): -4373487 or 1131709. OLE color: 1131709.
HSL color Cylindrical-coordinate representation of color #BD4411: hue angle of 17.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD4411 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.26 |
| HSL | 17.79º | 0.83% | 0.4% | - |
| HSV(B) | 17.79º | 0.91% | 0.74% | - |
| XYZ | 23.15 | 14.99 | 2.2 | - |
| YUV | 98.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 17 | 0 | 0.64 | 0.91 | 0.26 | 17.79 | 0.83 | 0.4 |
| Hex | BD | 44 | 11 | 0 | 40 | 5B | 1A | 12 | 53 | 28 |
| Octal | 275 | 104 | 21 | 0 | 100 | 133 | 32 | 22 | 123 | 50 |
| Binary | 10111101 | 1000100 | 10001 | 0 | 1000000 | 1011011 | 11010 | 10010 | 1010011 | 101000 |
Color Harmonies of #BD4411
Complementary color
Monochromatic Colors of #BD4411
Black with #BD4411
Text Example
Text Example
White with #BD4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4411; }
p { color: rgb(189,68,17); }
H1.HeaderClassName
{
color: #BD4411;
}
.AnyTagClassName
{
color: #BD4411;
}
</style>
background-color css
<style>
a { background-color: #BD4411; }
a { background-color: rgb(189,68,17); }
div.DivClassName
{
background-color: #BD4411;
}
.BgClassName
{
background-color: #BD4411;
}
</style>
border-color css
<style>
span { border-color: #BD4411; }
span { border-color: rgb(189,68,17); }
td.TdClassName
{
border-color: #BD4411;
}
.TagClassName
{
border-color: #BD4411;
}
</style>