Shades of Rust #BD5418
Tints of Rust #BD5418
RGB
CMYK
RGB Variations
Color information
#BD5418 (or 0xBD5418) is known color: Rust. HEX triplet: BD, 54 and 18. RGB value is (189,84,24). Sum of RGB (Red+Green+Blue) = 189+84+24=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5418 is #42ABE7. Grayscale: #6C6C6C. Windows color (decimal): -4369384 or 1594557. OLE color: 1594557.
HSL color Cylindrical-coordinate representation of color #BD5418: hue angle of 21.82º 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 #BD5418 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 24 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.26 |
| HSL | 21.82º | 0.77% | 0.42% | - |
| HSV(B) | 21.82º | 0.87% | 0.74% | - |
| XYZ | 24.32 | 17.23 | 2.91 | - |
| YUV | 108.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 24 | 0 | 0.56 | 0.87 | 0.26 | 21.82 | 0.77 | 0.42 |
| Hex | BD | 54 | 18 | 0 | 38 | 57 | 1A | 16 | 4D | 2A |
| Octal | 275 | 124 | 30 | 0 | 70 | 127 | 32 | 26 | 115 | 52 |
| Binary | 10111101 | 1010100 | 11000 | 0 | 111000 | 1010111 | 11010 | 10110 | 1001101 | 101010 |
Color Harmonies of #BD5418
Complementary color
Monochromatic Colors of #BD5418
Black with #BD5418
Text Example
Text Example
White with #BD5418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5418; }
p { color: rgb(189,84,24); }
H1.HeaderClassName
{
color: #BD5418;
}
.AnyTagClassName
{
color: #BD5418;
}
</style>
background-color css
<style>
a { background-color: #BD5418; }
a { background-color: rgb(189,84,24); }
div.DivClassName
{
background-color: #BD5418;
}
.BgClassName
{
background-color: #BD5418;
}
</style>
border-color css
<style>
span { border-color: #BD5418; }
span { border-color: rgb(189,84,24); }
td.TdClassName
{
border-color: #BD5418;
}
.TagClassName
{
border-color: #BD5418;
}
</style>