Shades of Rust #BD501B
Tints of Rust #BD501B
RGB
CMYK
RGB Variations
Color information
#BD501B (or 0xBD501B) is known color: Rust. HEX triplet: BD, 50 and 1B. RGB value is (189,80,27). Sum of RGB (Red+Green+Blue) = 189+80+27=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501B is #42AFE4. Grayscale: #6A6A6A. Windows color (decimal): -4370405 or 1790141. OLE color: 1790141.
HSL color Cylindrical-coordinate representation of color #BD501B: hue angle of 19.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD501B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.26 |
| HSL | 19.63º | 0.75% | 0.42% | - |
| HSV(B) | 19.63º | 0.86% | 0.74% | - |
| XYZ | 24.05 | 16.64 | 2.98 | - |
| YUV | 106.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 27 | 0 | 0.58 | 0.86 | 0.26 | 19.63 | 0.75 | 0.42 |
| Hex | BD | 50 | 1B | 0 | 3A | 56 | 1A | 14 | 4B | 2A |
| Octal | 275 | 120 | 33 | 0 | 72 | 126 | 32 | 24 | 113 | 52 |
| Binary | 10111101 | 1010000 | 11011 | 0 | 111010 | 1010110 | 11010 | 10100 | 1001011 | 101010 |
Color Harmonies of #BD501B
Complementary color
Monochromatic Colors of #BD501B
Black with #BD501B
Text Example
Text Example
White with #BD501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD501B; }
p { color: rgb(189,80,27); }
H1.HeaderClassName
{
color: #BD501B;
}
.AnyTagClassName
{
color: #BD501B;
}
</style>
background-color css
<style>
a { background-color: #BD501B; }
a { background-color: rgb(189,80,27); }
div.DivClassName
{
background-color: #BD501B;
}
.BgClassName
{
background-color: #BD501B;
}
</style>
border-color css
<style>
span { border-color: #BD501B; }
span { border-color: rgb(189,80,27); }
td.TdClassName
{
border-color: #BD501B;
}
.TagClassName
{
border-color: #BD501B;
}
</style>