Shades of Rust #BD3A14
Tints of Rust #BD3A14
RGB
CMYK
RGB Variations
Color information
#BD3A14 (or 0xBD3A14) is known color: Rust. HEX triplet: BD, 3A and 14. RGB value is (189,58,20). Sum of RGB (Red+Green+Blue) = 189+58+20=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A14 is #42C5EB. Grayscale: #5D5D5D. Windows color (decimal): -4376044 or 1325757. OLE color: 1325757.
HSL color Cylindrical-coordinate representation of color #BD3A14: hue angle of 13.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD3A14 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.26 |
| HSL | 13.49º | 0.81% | 0.41% | - |
| HSV(B) | 13.49º | 0.89% | 0.74% | - |
| XYZ | 22.63 | 13.9 | 2.15 | - |
| YUV | 92.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 20 | 0 | 0.69 | 0.89 | 0.26 | 13.49 | 0.81 | 0.41 |
| Hex | BD | 3A | 14 | 0 | 45 | 59 | 1A | D | 51 | 29 |
| Octal | 275 | 72 | 24 | 0 | 105 | 131 | 32 | 15 | 121 | 51 |
| Binary | 10111101 | 111010 | 10100 | 0 | 1000101 | 1011001 | 11010 | 1101 | 1010001 | 101001 |
Color Harmonies of #BD3A14
Complementary color
Monochromatic Colors of #BD3A14
Black with #BD3A14
Text Example
Text Example
White with #BD3A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A14; }
p { color: rgb(189,58,20); }
H1.HeaderClassName
{
color: #BD3A14;
}
.AnyTagClassName
{
color: #BD3A14;
}
</style>
background-color css
<style>
a { background-color: #BD3A14; }
a { background-color: rgb(189,58,20); }
div.DivClassName
{
background-color: #BD3A14;
}
.BgClassName
{
background-color: #BD3A14;
}
</style>
border-color css
<style>
span { border-color: #BD3A14; }
span { border-color: rgb(189,58,20); }
td.TdClassName
{
border-color: #BD3A14;
}
.TagClassName
{
border-color: #BD3A14;
}
</style>