Shades of Rust #BD4116
Tints of Rust #BD4116
RGB
CMYK
RGB Variations
Color information
#BD4116 (or 0xBD4116) is known color: Rust. HEX triplet: BD, 41 and 16. RGB value is (189,65,22). Sum of RGB (Red+Green+Blue) = 189+65+22=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4116 is #42BEE9. Grayscale: #616161. Windows color (decimal): -4374250 or 1458621. OLE color: 1458621.
HSL color Cylindrical-coordinate representation of color #BD4116: hue angle of 15.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4116 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.26 |
| HSL | 15.45º | 0.79% | 0.41% | - |
| HSV(B) | 15.45º | 0.88% | 0.74% | - |
| XYZ | 23.02 | 14.66 | 2.37 | - |
| YUV | 97.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 22 | 0 | 0.66 | 0.88 | 0.26 | 15.45 | 0.79 | 0.41 |
| Hex | BD | 41 | 16 | 0 | 42 | 58 | 1A | F | 4F | 29 |
| Octal | 275 | 101 | 26 | 0 | 102 | 130 | 32 | 17 | 117 | 51 |
| Binary | 10111101 | 1000001 | 10110 | 0 | 1000010 | 1011000 | 11010 | 1111 | 1001111 | 101001 |
Color Harmonies of #BD4116
Complementary color
Monochromatic Colors of #BD4116
Black with #BD4116
Text Example
Text Example
White with #BD4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4116; }
p { color: rgb(189,65,22); }
H1.HeaderClassName
{
color: #BD4116;
}
.AnyTagClassName
{
color: #BD4116;
}
</style>
background-color css
<style>
a { background-color: #BD4116; }
a { background-color: rgb(189,65,22); }
div.DivClassName
{
background-color: #BD4116;
}
.BgClassName
{
background-color: #BD4116;
}
</style>
border-color css
<style>
span { border-color: #BD4116; }
span { border-color: rgb(189,65,22); }
td.TdClassName
{
border-color: #BD4116;
}
.TagClassName
{
border-color: #BD4116;
}
</style>