Shades of Rust #BD4114
Tints of Rust #BD4114
RGB
CMYK
RGB Variations
Color information
#BD4114 (or 0xBD4114) is known color: Rust. HEX triplet: BD, 41 and 14. RGB value is (189,65,20). Sum of RGB (Red+Green+Blue) = 189+65+20=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4114 is #42BEEB. Grayscale: #616161. Windows color (decimal): -4374252 or 1327549. OLE color: 1327549.
HSL color Cylindrical-coordinate representation of color #BD4114: hue angle of 15.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD4114 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 20 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.26 |
| HSL | 15.98º | 0.81% | 0.41% | - |
| HSV(B) | 15.98º | 0.89% | 0.74% | - |
| XYZ | 23 | 14.65 | 2.28 | - |
| YUV | 96.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 20 | 0 | 0.66 | 0.89 | 0.26 | 15.98 | 0.81 | 0.41 |
| Hex | BD | 41 | 14 | 0 | 42 | 59 | 1A | 10 | 51 | 29 |
| Octal | 275 | 101 | 24 | 0 | 102 | 131 | 32 | 20 | 121 | 51 |
| Binary | 10111101 | 1000001 | 10100 | 0 | 1000010 | 1011001 | 11010 | 10000 | 1010001 | 101001 |
Color Harmonies of #BD4114
Complementary color
Monochromatic Colors of #BD4114
Black with #BD4114
Text Example
Text Example
White with #BD4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4114; }
p { color: rgb(189,65,20); }
H1.HeaderClassName
{
color: #BD4114;
}
.AnyTagClassName
{
color: #BD4114;
}
</style>
background-color css
<style>
a { background-color: #BD4114; }
a { background-color: rgb(189,65,20); }
div.DivClassName
{
background-color: #BD4114;
}
.BgClassName
{
background-color: #BD4114;
}
</style>
border-color css
<style>
span { border-color: #BD4114; }
span { border-color: rgb(189,65,20); }
td.TdClassName
{
border-color: #BD4114;
}
.TagClassName
{
border-color: #BD4114;
}
</style>