Shades of Rust #BD4F10
Tints of Rust #BD4F10
RGB
CMYK
RGB Variations
Color information
#BD4F10 (or 0xBD4F10) is known color: Rust. HEX triplet: BD, 4F and 10. RGB value is (189,79,16). Sum of RGB (Red+Green+Blue) = 189+79+16=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F10 is #42B0EF. Grayscale: #696969. Windows color (decimal): -4370672 or 1068989. OLE color: 1068989.
HSL color Cylindrical-coordinate representation of color #BD4F10: hue angle of 21.85º 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 #BD4F10 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.26 |
| HSL | 21.85º | 0.84% | 0.4% | - |
| HSV(B) | 21.85º | 0.92% | 0.74% | - |
| XYZ | 23.88 | 16.45 | 2.41 | - |
| YUV | 104.71 | 77.94 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 16 | 0 | 0.58 | 0.92 | 0.26 | 21.85 | 0.84 | 0.4 |
| Hex | BD | 4F | 10 | 0 | 3A | 5C | 1A | 16 | 54 | 28 |
| Octal | 275 | 117 | 20 | 0 | 72 | 134 | 32 | 26 | 124 | 50 |
| Binary | 10111101 | 1001111 | 10000 | 0 | 111010 | 1011100 | 11010 | 10110 | 1010100 | 101000 |
Color Harmonies of #BD4F10
Complementary color
Monochromatic Colors of #BD4F10
Black with #BD4F10
Text Example
Text Example
White with #BD4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F10; }
p { color: rgb(189,79,16); }
H1.HeaderClassName
{
color: #BD4F10;
}
.AnyTagClassName
{
color: #BD4F10;
}
</style>
background-color css
<style>
a { background-color: #BD4F10; }
a { background-color: rgb(189,79,16); }
div.DivClassName
{
background-color: #BD4F10;
}
.BgClassName
{
background-color: #BD4F10;
}
</style>
border-color css
<style>
span { border-color: #BD4F10; }
span { border-color: rgb(189,79,16); }
td.TdClassName
{
border-color: #BD4F10;
}
.TagClassName
{
border-color: #BD4F10;
}
</style>