Shades of Rust #BD5413
Tints of Rust #BD5413
RGB
CMYK
RGB Variations
Color information
#BD5413 (or 0xBD5413) is known color: Rust. HEX triplet: BD, 54 and 13. RGB value is (189,84,19). Sum of RGB (Red+Green+Blue) = 189+84+19=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5413 is #42ABEC. Grayscale: #6C6C6C. Windows color (decimal): -4369389 or 1266877. OLE color: 1266877.
HSL color Cylindrical-coordinate representation of color #BD5413: hue angle of 22.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5413 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.26 |
| HSL | 22.94º | 0.82% | 0.41% | - |
| HSV(B) | 22.94º | 0.9% | 0.74% | - |
| XYZ | 24.27 | 17.21 | 2.66 | - |
| YUV | 107.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 19 | 0 | 0.56 | 0.90 | 0.26 | 22.94 | 0.82 | 0.41 |
| Hex | BD | 54 | 13 | 0 | 38 | 5A | 1A | 17 | 52 | 29 |
| Octal | 275 | 124 | 23 | 0 | 70 | 132 | 32 | 27 | 122 | 51 |
| Binary | 10111101 | 1010100 | 10011 | 0 | 111000 | 1011010 | 11010 | 10111 | 1010010 | 101001 |
Color Harmonies of #BD5413
Complementary color
Monochromatic Colors of #BD5413
Black with #BD5413
Text Example
Text Example
White with #BD5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5413; }
p { color: rgb(189,84,19); }
H1.HeaderClassName
{
color: #BD5413;
}
.AnyTagClassName
{
color: #BD5413;
}
</style>
background-color css
<style>
a { background-color: #BD5413; }
a { background-color: rgb(189,84,19); }
div.DivClassName
{
background-color: #BD5413;
}
.BgClassName
{
background-color: #BD5413;
}
</style>
border-color css
<style>
span { border-color: #BD5413; }
span { border-color: rgb(189,84,19); }
td.TdClassName
{
border-color: #BD5413;
}
.TagClassName
{
border-color: #BD5413;
}
</style>