Shades of Rust #BD5314
Tints of Rust #BD5314
RGB
CMYK
RGB Variations
Color information
#BD5314 (or 0xBD5314) is known color: Rust. HEX triplet: BD, 53 and 14. RGB value is (189,83,20). Sum of RGB (Red+Green+Blue) = 189+83+20=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5314 is #42ACEB. Grayscale: #6B6B6B. Windows color (decimal): -4369644 or 1332157. OLE color: 1332157.
HSL color Cylindrical-coordinate representation of color #BD5314: hue angle of 22.37º 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 #BD5314 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 20 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.26 |
| HSL | 22.37º | 0.81% | 0.41% | - |
| HSV(B) | 22.37º | 0.89% | 0.74% | - |
| XYZ | 24.21 | 17.06 | 2.68 | - |
| YUV | 107.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 20 | 0 | 0.56 | 0.89 | 0.26 | 22.37 | 0.81 | 0.41 |
| Hex | BD | 53 | 14 | 0 | 38 | 59 | 1A | 16 | 51 | 29 |
| Octal | 275 | 123 | 24 | 0 | 70 | 131 | 32 | 26 | 121 | 51 |
| Binary | 10111101 | 1010011 | 10100 | 0 | 111000 | 1011001 | 11010 | 10110 | 1010001 | 101001 |
Color Harmonies of #BD5314
Complementary color
Monochromatic Colors of #BD5314
Black with #BD5314
Text Example
Text Example
White with #BD5314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5314; }
p { color: rgb(189,83,20); }
H1.HeaderClassName
{
color: #BD5314;
}
.AnyTagClassName
{
color: #BD5314;
}
</style>
background-color css
<style>
a { background-color: #BD5314; }
a { background-color: rgb(189,83,20); }
div.DivClassName
{
background-color: #BD5314;
}
.BgClassName
{
background-color: #BD5314;
}
</style>
border-color css
<style>
span { border-color: #BD5314; }
span { border-color: rgb(189,83,20); }
td.TdClassName
{
border-color: #BD5314;
}
.TagClassName
{
border-color: #BD5314;
}
</style>