Shades of Rust #BD5613
Tints of Rust #BD5613
RGB
CMYK
RGB Variations
Color information
#BD5613 (or 0xBD5613) is known color: Rust. HEX triplet: BD, 56 and 13. RGB value is (189,86,19). Sum of RGB (Red+Green+Blue) = 189+86+19=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5613 is #42A9EC. Grayscale: #6D6D6D. Windows color (decimal): -4368877 or 1267389. OLE color: 1267389.
HSL color Cylindrical-coordinate representation of color #BD5613: hue angle of 23.65º 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 #BD5613 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 19 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.26 |
| HSL | 23.65º | 0.82% | 0.41% | - |
| HSV(B) | 23.65º | 0.9% | 0.74% | - |
| XYZ | 24.43 | 17.52 | 2.71 | - |
| YUV | 109.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 19 | 0 | 0.54 | 0.90 | 0.26 | 23.65 | 0.82 | 0.41 |
| Hex | BD | 56 | 13 | 0 | 36 | 5A | 1A | 18 | 52 | 29 |
| Octal | 275 | 126 | 23 | 0 | 66 | 132 | 32 | 30 | 122 | 51 |
| Binary | 10111101 | 1010110 | 10011 | 0 | 110110 | 1011010 | 11010 | 11000 | 1010010 | 101001 |
Color Harmonies of #BD5613
Complementary color
Monochromatic Colors of #BD5613
Black with #BD5613
Text Example
Text Example
White with #BD5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5613; }
p { color: rgb(189,86,19); }
H1.HeaderClassName
{
color: #BD5613;
}
.AnyTagClassName
{
color: #BD5613;
}
</style>
background-color css
<style>
a { background-color: #BD5613; }
a { background-color: rgb(189,86,19); }
div.DivClassName
{
background-color: #BD5613;
}
.BgClassName
{
background-color: #BD5613;
}
</style>
border-color css
<style>
span { border-color: #BD5613; }
span { border-color: rgb(189,86,19); }
td.TdClassName
{
border-color: #BD5613;
}
.TagClassName
{
border-color: #BD5613;
}
</style>