Shades of Rust #BD5019
Tints of Rust #BD5019
RGB
CMYK
RGB Variations
Color information
#BD5019 (or 0xBD5019) is known color: Rust. HEX triplet: BD, 50 and 19. RGB value is (189,80,25). Sum of RGB (Red+Green+Blue) = 189+80+25=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5019 is #42AFE6. Grayscale: #6A6A6A. Windows color (decimal): -4370407 or 1659069. OLE color: 1659069.
HSL color Cylindrical-coordinate representation of color #BD5019: hue angle of 20.12º 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 #BD5019 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 25 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.26 |
| HSL | 20.12º | 0.77% | 0.42% | - |
| HSV(B) | 20.12º | 0.87% | 0.74% | - |
| XYZ | 24.03 | 16.63 | 2.86 | - |
| YUV | 106.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 25 | 0 | 0.58 | 0.87 | 0.26 | 20.12 | 0.77 | 0.42 |
| Hex | BD | 50 | 19 | 0 | 3A | 57 | 1A | 14 | 4D | 2A |
| Octal | 275 | 120 | 31 | 0 | 72 | 127 | 32 | 24 | 115 | 52 |
| Binary | 10111101 | 1010000 | 11001 | 0 | 111010 | 1010111 | 11010 | 10100 | 1001101 | 101010 |
Color Harmonies of #BD5019
Complementary color
Monochromatic Colors of #BD5019
Black with #BD5019
Text Example
Text Example
White with #BD5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5019; }
p { color: rgb(189,80,25); }
H1.HeaderClassName
{
color: #BD5019;
}
.AnyTagClassName
{
color: #BD5019;
}
</style>
background-color css
<style>
a { background-color: #BD5019; }
a { background-color: rgb(189,80,25); }
div.DivClassName
{
background-color: #BD5019;
}
.BgClassName
{
background-color: #BD5019;
}
</style>
border-color css
<style>
span { border-color: #BD5019; }
span { border-color: rgb(189,80,25); }
td.TdClassName
{
border-color: #BD5019;
}
.TagClassName
{
border-color: #BD5019;
}
</style>