Shades of Rust #BD5412
Tints of Rust #BD5412
RGB
CMYK
RGB Variations
Color information
#BD5412 (or 0xBD5412) is known color: Rust. HEX triplet: BD, 54 and 12. RGB value is (189,84,18). Sum of RGB (Red+Green+Blue) = 189+84+18=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5412 is #42ABED. Grayscale: #6C6C6C. Windows color (decimal): -4369390 or 1201341. OLE color: 1201341.
HSL color Cylindrical-coordinate representation of color #BD5412: hue angle of 23.16º degrees, saturation: 0.83, 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 #BD5412 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.26 |
| HSL | 23.16º | 0.83% | 0.41% | - |
| HSV(B) | 23.16º | 0.9% | 0.74% | - |
| XYZ | 24.27 | 17.2 | 2.61 | - |
| YUV | 107.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 18 | 0 | 0.56 | 0.90 | 0.26 | 23.16 | 0.83 | 0.41 |
| Hex | BD | 54 | 12 | 0 | 38 | 5A | 1A | 17 | 53 | 29 |
| Octal | 275 | 124 | 22 | 0 | 70 | 132 | 32 | 27 | 123 | 51 |
| Binary | 10111101 | 1010100 | 10010 | 0 | 111000 | 1011010 | 11010 | 10111 | 1010011 | 101001 |
Color Harmonies of #BD5412
Complementary color
Monochromatic Colors of #BD5412
Black with #BD5412
Text Example
Text Example
White with #BD5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5412; }
p { color: rgb(189,84,18); }
H1.HeaderClassName
{
color: #BD5412;
}
.AnyTagClassName
{
color: #BD5412;
}
</style>
background-color css
<style>
a { background-color: #BD5412; }
a { background-color: rgb(189,84,18); }
div.DivClassName
{
background-color: #BD5412;
}
.BgClassName
{
background-color: #BD5412;
}
</style>
border-color css
<style>
span { border-color: #BD5412; }
span { border-color: rgb(189,84,18); }
td.TdClassName
{
border-color: #BD5412;
}
.TagClassName
{
border-color: #BD5412;
}
</style>