Shades of Rust #BD5214
Tints of Rust #BD5214
RGB
CMYK
RGB Variations
Color information
#BD5214 (or 0xBD5214) is known color: Rust. HEX triplet: BD, 52 and 14. RGB value is (189,82,20). Sum of RGB (Red+Green+Blue) = 189+82+20=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5214 is #42ADEB. Grayscale: #6B6B6B. Windows color (decimal): -4369900 or 1331901. OLE color: 1331901.
HSL color Cylindrical-coordinate representation of color #BD5214: hue angle of 22.01º 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 #BD5214 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 20 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.26 |
| HSL | 22.01º | 0.81% | 0.41% | - |
| HSV(B) | 22.01º | 0.89% | 0.74% | - |
| XYZ | 24.13 | 16.9 | 2.65 | - |
| YUV | 106.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 20 | 0 | 0.57 | 0.89 | 0.26 | 22.01 | 0.81 | 0.41 |
| Hex | BD | 52 | 14 | 0 | 39 | 59 | 1A | 16 | 51 | 29 |
| Octal | 275 | 122 | 24 | 0 | 71 | 131 | 32 | 26 | 121 | 51 |
| Binary | 10111101 | 1010010 | 10100 | 0 | 111001 | 1011001 | 11010 | 10110 | 1010001 | 101001 |
Color Harmonies of #BD5214
Complementary color
Monochromatic Colors of #BD5214
Black with #BD5214
Text Example
Text Example
White with #BD5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5214; }
p { color: rgb(189,82,20); }
H1.HeaderClassName
{
color: #BD5214;
}
.AnyTagClassName
{
color: #BD5214;
}
</style>
background-color css
<style>
a { background-color: #BD5214; }
a { background-color: rgb(189,82,20); }
div.DivClassName
{
background-color: #BD5214;
}
.BgClassName
{
background-color: #BD5214;
}
</style>
border-color css
<style>
span { border-color: #BD5214; }
span { border-color: rgb(189,82,20); }
td.TdClassName
{
border-color: #BD5214;
}
.TagClassName
{
border-color: #BD5214;
}
</style>