Shades of Rust #BD3A13
Tints of Rust #BD3A13
RGB
CMYK
RGB Variations
Color information
#BD3A13 (or 0xBD3A13) is known color: Rust. HEX triplet: BD, 3A and 13. RGB value is (189,58,19). Sum of RGB (Red+Green+Blue) = 189+58+19=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A13 is #42C5EC. Grayscale: #5D5D5D. Windows color (decimal): -4376045 or 1260221. OLE color: 1260221.
HSL color Cylindrical-coordinate representation of color #BD3A13: hue angle of 13.76º 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 #BD3A13 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.26 |
| HSL | 13.76º | 0.82% | 0.41% | - |
| HSV(B) | 13.76º | 0.9% | 0.74% | - |
| XYZ | 22.62 | 13.89 | 2.11 | - |
| YUV | 92.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 19 | 0 | 0.69 | 0.90 | 0.26 | 13.76 | 0.82 | 0.41 |
| Hex | BD | 3A | 13 | 0 | 45 | 5A | 1A | E | 52 | 29 |
| Octal | 275 | 72 | 23 | 0 | 105 | 132 | 32 | 16 | 122 | 51 |
| Binary | 10111101 | 111010 | 10011 | 0 | 1000101 | 1011010 | 11010 | 1110 | 1010010 | 101001 |
Color Harmonies of #BD3A13
Complementary color
Monochromatic Colors of #BD3A13
Black with #BD3A13
Text Example
Text Example
White with #BD3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A13; }
p { color: rgb(189,58,19); }
H1.HeaderClassName
{
color: #BD3A13;
}
.AnyTagClassName
{
color: #BD3A13;
}
</style>
background-color css
<style>
a { background-color: #BD3A13; }
a { background-color: rgb(189,58,19); }
div.DivClassName
{
background-color: #BD3A13;
}
.BgClassName
{
background-color: #BD3A13;
}
</style>
border-color css
<style>
span { border-color: #BD3A13; }
span { border-color: rgb(189,58,19); }
td.TdClassName
{
border-color: #BD3A13;
}
.TagClassName
{
border-color: #BD3A13;
}
</style>