Shades of Rust #BD3913
Tints of Rust #BD3913
RGB
CMYK
RGB Variations
Color information
#BD3913 (or 0xBD3913) is known color: Rust. HEX triplet: BD, 39 and 13. RGB value is (189,57,19). Sum of RGB (Red+Green+Blue) = 189+57+19=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3913 is #42C6EC. Grayscale: #5C5C5C. Windows color (decimal): -4376301 or 1259965. OLE color: 1259965.
HSL color Cylindrical-coordinate representation of color #BD3913: hue angle of 13.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3913 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.26 |
| HSL | 13.41º | 0.82% | 0.41% | - |
| HSV(B) | 13.41º | 0.9% | 0.74% | - |
| XYZ | 22.57 | 13.79 | 2.09 | - |
| YUV | 92.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 19 | 0 | 0.70 | 0.90 | 0.26 | 13.41 | 0.82 | 0.41 |
| Hex | BD | 39 | 13 | 0 | 46 | 5A | 1A | D | 52 | 29 |
| Octal | 275 | 71 | 23 | 0 | 106 | 132 | 32 | 15 | 122 | 51 |
| Binary | 10111101 | 111001 | 10011 | 0 | 1000110 | 1011010 | 11010 | 1101 | 1010010 | 101001 |
Color Harmonies of #BD3913
Complementary color
Monochromatic Colors of #BD3913
Black with #BD3913
Text Example
Text Example
White with #BD3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3913; }
p { color: rgb(189,57,19); }
H1.HeaderClassName
{
color: #BD3913;
}
.AnyTagClassName
{
color: #BD3913;
}
</style>
background-color css
<style>
a { background-color: #BD3913; }
a { background-color: rgb(189,57,19); }
div.DivClassName
{
background-color: #BD3913;
}
.BgClassName
{
background-color: #BD3913;
}
</style>
border-color css
<style>
span { border-color: #BD3913; }
span { border-color: rgb(189,57,19); }
td.TdClassName
{
border-color: #BD3913;
}
.TagClassName
{
border-color: #BD3913;
}
</style>