Shades of Rust #BD4C10
Tints of Rust #BD4C10
RGB
CMYK
RGB Variations
Color information
#BD4C10 (or 0xBD4C10) is known color: Rust. HEX triplet: BD, 4C and 10. RGB value is (189,76,16). Sum of RGB (Red+Green+Blue) = 189+76+16=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C10 is #42B3EF. Grayscale: #676767. Windows color (decimal): -4371440 or 1068221. OLE color: 1068221.
HSL color Cylindrical-coordinate representation of color #BD4C10: hue angle of 20.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD4C10 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 16 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.26 |
| HSL | 20.81º | 0.84% | 0.4% | - |
| HSV(B) | 20.81º | 0.92% | 0.74% | - |
| XYZ | 23.66 | 16.03 | 2.34 | - |
| YUV | 102.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 16 | 0 | 0.60 | 0.92 | 0.26 | 20.81 | 0.84 | 0.4 |
| Hex | BD | 4C | 10 | 0 | 3C | 5C | 1A | 15 | 54 | 28 |
| Octal | 275 | 114 | 20 | 0 | 74 | 134 | 32 | 25 | 124 | 50 |
| Binary | 10111101 | 1001100 | 10000 | 0 | 111100 | 1011100 | 11010 | 10101 | 1010100 | 101000 |
Color Harmonies of #BD4C10
Complementary color
Monochromatic Colors of #BD4C10
Black with #BD4C10
Text Example
Text Example
White with #BD4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C10; }
p { color: rgb(189,76,16); }
H1.HeaderClassName
{
color: #BD4C10;
}
.AnyTagClassName
{
color: #BD4C10;
}
</style>
background-color css
<style>
a { background-color: #BD4C10; }
a { background-color: rgb(189,76,16); }
div.DivClassName
{
background-color: #BD4C10;
}
.BgClassName
{
background-color: #BD4C10;
}
</style>
border-color css
<style>
span { border-color: #BD4C10; }
span { border-color: rgb(189,76,16); }
td.TdClassName
{
border-color: #BD4C10;
}
.TagClassName
{
border-color: #BD4C10;
}
</style>