Shades of Rust #BD3C0F
Tints of Rust #BD3C0F
RGB
CMYK
RGB Variations
Color information
#BD3C0F (or 0xBD3C0F) is known color: Rust. HEX triplet: BD, 3C and 0F. RGB value is (189,60,15). Sum of RGB (Red+Green+Blue) = 189+60+15=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C0F is #42C3F0. Grayscale: #5D5D5D. Windows color (decimal): -4375537 or 998589. OLE color: 998589.
HSL color Cylindrical-coordinate representation of color #BD3C0F: hue angle of 15.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD3C0F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 15 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.26 |
| HSL | 15.52º | 0.85% | 0.4% | - |
| HSV(B) | 15.52º | 0.92% | 0.74% | - |
| XYZ | 22.69 | 14.09 | 1.97 | - |
| YUV | 93.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 15 | 0 | 0.68 | 0.92 | 0.26 | 15.52 | 0.85 | 0.4 |
| Hex | BD | 3C | F | 0 | 44 | 5C | 1A | 10 | 55 | 28 |
| Octal | 275 | 74 | 17 | 0 | 104 | 134 | 32 | 20 | 125 | 50 |
| Binary | 10111101 | 111100 | 1111 | 0 | 1000100 | 1011100 | 11010 | 10000 | 1010101 | 101000 |
Color Harmonies of #BD3C0F
Complementary color
Monochromatic Colors of #BD3C0F
Black with #BD3C0F
Text Example
Text Example
White with #BD3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C0F; }
p { color: rgb(189,60,15); }
H1.HeaderClassName
{
color: #BD3C0F;
}
.AnyTagClassName
{
color: #BD3C0F;
}
</style>
background-color css
<style>
a { background-color: #BD3C0F; }
a { background-color: rgb(189,60,15); }
div.DivClassName
{
background-color: #BD3C0F;
}
.BgClassName
{
background-color: #BD3C0F;
}
</style>
border-color css
<style>
span { border-color: #BD3C0F; }
span { border-color: rgb(189,60,15); }
td.TdClassName
{
border-color: #BD3C0F;
}
.TagClassName
{
border-color: #BD3C0F;
}
</style>