Shades of Rust #BD5218
Tints of Rust #BD5218
RGB
CMYK
RGB Variations
Color information
#BD5218 (or 0xBD5218) is known color: Rust. HEX triplet: BD, 52 and 18. RGB value is (189,82,24). Sum of RGB (Red+Green+Blue) = 189+82+24=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5218 is #42ADE7. Grayscale: #6B6B6B. Windows color (decimal): -4369896 or 1594045. OLE color: 1594045.
HSL color Cylindrical-coordinate representation of color #BD5218: hue angle of 21.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD5218 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 24 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.26 |
| HSL | 21.09º | 0.77% | 0.42% | - |
| HSV(B) | 21.09º | 0.87% | 0.74% | - |
| XYZ | 24.17 | 16.92 | 2.86 | - |
| YUV | 107.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 24 | 0 | 0.57 | 0.87 | 0.26 | 21.09 | 0.77 | 0.42 |
| Hex | BD | 52 | 18 | 0 | 39 | 57 | 1A | 15 | 4D | 2A |
| Octal | 275 | 122 | 30 | 0 | 71 | 127 | 32 | 25 | 115 | 52 |
| Binary | 10111101 | 1010010 | 11000 | 0 | 111001 | 1010111 | 11010 | 10101 | 1001101 | 101010 |
Color Harmonies of #BD5218
Complementary color
Monochromatic Colors of #BD5218
Black with #BD5218
Text Example
Text Example
White with #BD5218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5218; }
p { color: rgb(189,82,24); }
H1.HeaderClassName
{
color: #BD5218;
}
.AnyTagClassName
{
color: #BD5218;
}
</style>
background-color css
<style>
a { background-color: #BD5218; }
a { background-color: rgb(189,82,24); }
div.DivClassName
{
background-color: #BD5218;
}
.BgClassName
{
background-color: #BD5218;
}
</style>
border-color css
<style>
span { border-color: #BD5218; }
span { border-color: rgb(189,82,24); }
td.TdClassName
{
border-color: #BD5218;
}
.TagClassName
{
border-color: #BD5218;
}
</style>