Shades of Rust #BD3E10
Tints of Rust #BD3E10
RGB
CMYK
RGB Variations
Color information
#BD3E10 (or 0xBD3E10) is known color: Rust. HEX triplet: BD, 3E and 10. RGB value is (189,62,16). Sum of RGB (Red+Green+Blue) = 189+62+16=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E10 is #42C1EF. Grayscale: #5F5F5F. Windows color (decimal): -4375024 or 1064637. OLE color: 1064637.
HSL color Cylindrical-coordinate representation of color #BD3E10: hue angle of 15.95º 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 #BD3E10 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.26 |
| HSL | 15.95º | 0.84% | 0.4% | - |
| HSV(B) | 15.95º | 0.92% | 0.74% | - |
| XYZ | 22.8 | 14.3 | 2.05 | - |
| YUV | 94.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 16 | 0 | 0.67 | 0.92 | 0.26 | 15.95 | 0.84 | 0.4 |
| Hex | BD | 3E | 10 | 0 | 43 | 5C | 1A | 10 | 54 | 28 |
| Octal | 275 | 76 | 20 | 0 | 103 | 134 | 32 | 20 | 124 | 50 |
| Binary | 10111101 | 111110 | 10000 | 0 | 1000011 | 1011100 | 11010 | 10000 | 1010100 | 101000 |
Color Harmonies of #BD3E10
Complementary color
Monochromatic Colors of #BD3E10
Black with #BD3E10
Text Example
Text Example
White with #BD3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E10; }
p { color: rgb(189,62,16); }
H1.HeaderClassName
{
color: #BD3E10;
}
.AnyTagClassName
{
color: #BD3E10;
}
</style>
background-color css
<style>
a { background-color: #BD3E10; }
a { background-color: rgb(189,62,16); }
div.DivClassName
{
background-color: #BD3E10;
}
.BgClassName
{
background-color: #BD3E10;
}
</style>
border-color css
<style>
span { border-color: #BD3E10; }
span { border-color: rgb(189,62,16); }
td.TdClassName
{
border-color: #BD3E10;
}
.TagClassName
{
border-color: #BD3E10;
}
</style>