Shades of Rust #BD3B17
Tints of Rust #BD3B17
RGB
CMYK
RGB Variations
Color information
#BD3B17 (or 0xBD3B17) is known color: Rust. HEX triplet: BD, 3B and 17. RGB value is (189,59,23). Sum of RGB (Red+Green+Blue) = 189+59+23=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3B17 is #42C4E8. Grayscale: #5E5E5E. Windows color (decimal): -4375785 or 1522621. OLE color: 1522621.
HSL color Cylindrical-coordinate representation of color #BD3B17: hue angle of 13.01º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3B17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.26 |
| HSL | 13.01º | 0.78% | 0.42% | - |
| HSV(B) | 13.01º | 0.88% | 0.74% | - |
| XYZ | 22.7 | 14.01 | 2.32 | - |
| YUV | 93.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 23 | 0 | 0.69 | 0.88 | 0.26 | 13.01 | 0.78 | 0.42 |
| Hex | BD | 3B | 17 | 0 | 45 | 58 | 1A | D | 4E | 2A |
| Octal | 275 | 73 | 27 | 0 | 105 | 130 | 32 | 15 | 116 | 52 |
| Binary | 10111101 | 111011 | 10111 | 0 | 1000101 | 1011000 | 11010 | 1101 | 1001110 | 101010 |
Color Harmonies of #BD3B17
Complementary color
Monochromatic Colors of #BD3B17
Black with #BD3B17
Text Example
Text Example
White with #BD3B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B17; }
p { color: rgb(189,59,23); }
H1.HeaderClassName
{
color: #BD3B17;
}
.AnyTagClassName
{
color: #BD3B17;
}
</style>
background-color css
<style>
a { background-color: #BD3B17; }
a { background-color: rgb(189,59,23); }
div.DivClassName
{
background-color: #BD3B17;
}
.BgClassName
{
background-color: #BD3B17;
}
</style>
border-color css
<style>
span { border-color: #BD3B17; }
span { border-color: rgb(189,59,23); }
td.TdClassName
{
border-color: #BD3B17;
}
.TagClassName
{
border-color: #BD3B17;
}
</style>