Shades of Rust #BD5219
Tints of Rust #BD5219
RGB
CMYK
RGB Variations
Color information
#BD5219 (or 0xBD5219) is known color: Rust. HEX triplet: BD, 52 and 19. RGB value is (189,82,25). Sum of RGB (Red+Green+Blue) = 189+82+25=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5219 is #42ADE6. Grayscale: #6B6B6B. Windows color (decimal): -4369895 or 1659581. OLE color: 1659581.
HSL color Cylindrical-coordinate representation of color #BD5219: hue angle of 20.85º 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 #BD5219 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 25 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.26 |
| HSL | 20.85º | 0.77% | 0.42% | - |
| HSV(B) | 20.85º | 0.87% | 0.74% | - |
| XYZ | 24.18 | 16.92 | 2.91 | - |
| YUV | 107.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 25 | 0 | 0.57 | 0.87 | 0.26 | 20.85 | 0.77 | 0.42 |
| Hex | BD | 52 | 19 | 0 | 39 | 57 | 1A | 15 | 4D | 2A |
| Octal | 275 | 122 | 31 | 0 | 71 | 127 | 32 | 25 | 115 | 52 |
| Binary | 10111101 | 1010010 | 11001 | 0 | 111001 | 1010111 | 11010 | 10101 | 1001101 | 101010 |
Color Harmonies of #BD5219
Complementary color
Monochromatic Colors of #BD5219
Black with #BD5219
Text Example
Text Example
White with #BD5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5219; }
p { color: rgb(189,82,25); }
H1.HeaderClassName
{
color: #BD5219;
}
.AnyTagClassName
{
color: #BD5219;
}
</style>
background-color css
<style>
a { background-color: #BD5219; }
a { background-color: rgb(189,82,25); }
div.DivClassName
{
background-color: #BD5219;
}
.BgClassName
{
background-color: #BD5219;
}
</style>
border-color css
<style>
span { border-color: #BD5219; }
span { border-color: rgb(189,82,25); }
td.TdClassName
{
border-color: #BD5219;
}
.TagClassName
{
border-color: #BD5219;
}
</style>