Shades of Rust #BD3C10
Tints of Rust #BD3C10
RGB
CMYK
RGB Variations
Color information
#BD3C10 (or 0xBD3C10) is known color: Rust. HEX triplet: BD, 3C and 10. RGB value is (189,60,16). Sum of RGB (Red+Green+Blue) = 189+60+16=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C10 is #42C3EF. Grayscale: #5D5D5D. Windows color (decimal): -4375536 or 1064125. OLE color: 1064125.
HSL color Cylindrical-coordinate representation of color #BD3C10: hue angle of 15.26º degrees, saturation: 0.84, 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 #BD3C10 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.26 |
| HSL | 15.26º | 0.84% | 0.4% | - |
| HSV(B) | 15.26º | 0.92% | 0.74% | - |
| XYZ | 22.7 | 14.09 | 2.01 | - |
| YUV | 93.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 16 | 0 | 0.68 | 0.92 | 0.26 | 15.26 | 0.84 | 0.4 |
| Hex | BD | 3C | 10 | 0 | 44 | 5C | 1A | F | 54 | 28 |
| Octal | 275 | 74 | 20 | 0 | 104 | 134 | 32 | 17 | 124 | 50 |
| Binary | 10111101 | 111100 | 10000 | 0 | 1000100 | 1011100 | 11010 | 1111 | 1010100 | 101000 |
Color Harmonies of #BD3C10
Complementary color
Monochromatic Colors of #BD3C10
Black with #BD3C10
Text Example
Text Example
White with #BD3C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C10; }
p { color: rgb(189,60,16); }
H1.HeaderClassName
{
color: #BD3C10;
}
.AnyTagClassName
{
color: #BD3C10;
}
</style>
background-color css
<style>
a { background-color: #BD3C10; }
a { background-color: rgb(189,60,16); }
div.DivClassName
{
background-color: #BD3C10;
}
.BgClassName
{
background-color: #BD3C10;
}
</style>
border-color css
<style>
span { border-color: #BD3C10; }
span { border-color: rgb(189,60,16); }
td.TdClassName
{
border-color: #BD3C10;
}
.TagClassName
{
border-color: #BD3C10;
}
</style>