Shades of Rust #BD5012
Tints of Rust #BD5012
RGB
CMYK
RGB Variations
Color information
#BD5012 (or 0xBD5012) is known color: Rust. HEX triplet: BD, 50 and 12. RGB value is (189,80,18). Sum of RGB (Red+Green+Blue) = 189+80+18=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5012 is #42AFED. Grayscale: #696969. Windows color (decimal): -4370414 or 1200317. OLE color: 1200317.
HSL color Cylindrical-coordinate representation of color #BD5012: hue angle of 21.75º 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 #BD5012 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 18 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.26 |
| HSL | 21.75º | 0.83% | 0.41% | - |
| HSV(B) | 21.75º | 0.9% | 0.74% | - |
| XYZ | 23.96 | 16.6 | 2.51 | - |
| YUV | 105.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 18 | 0 | 0.58 | 0.90 | 0.26 | 21.75 | 0.83 | 0.41 |
| Hex | BD | 50 | 12 | 0 | 3A | 5A | 1A | 16 | 53 | 29 |
| Octal | 275 | 120 | 22 | 0 | 72 | 132 | 32 | 26 | 123 | 51 |
| Binary | 10111101 | 1010000 | 10010 | 0 | 111010 | 1011010 | 11010 | 10110 | 1010011 | 101001 |
Color Harmonies of #BD5012
Complementary color
Monochromatic Colors of #BD5012
Black with #BD5012
Text Example
Text Example
White with #BD5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5012; }
p { color: rgb(189,80,18); }
H1.HeaderClassName
{
color: #BD5012;
}
.AnyTagClassName
{
color: #BD5012;
}
</style>
background-color css
<style>
a { background-color: #BD5012; }
a { background-color: rgb(189,80,18); }
div.DivClassName
{
background-color: #BD5012;
}
.BgClassName
{
background-color: #BD5012;
}
</style>
border-color css
<style>
span { border-color: #BD5012; }
span { border-color: rgb(189,80,18); }
td.TdClassName
{
border-color: #BD5012;
}
.TagClassName
{
border-color: #BD5012;
}
</style>