Shades of Rust #BD3A12
Tints of Rust #BD3A12
RGB
CMYK
RGB Variations
Color information
#BD3A12 (or 0xBD3A12) is known color: Rust. HEX triplet: BD, 3A and 12. RGB value is (189,58,18). Sum of RGB (Red+Green+Blue) = 189+58+18=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A12 is #42C5ED. Grayscale: #5C5C5C. Windows color (decimal): -4376046 or 1194685. OLE color: 1194685.
HSL color Cylindrical-coordinate representation of color #BD3A12: hue angle of 14.04º degrees, saturation: 0.83, 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 #BD3A12 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 18 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.26 |
| HSL | 14.04º | 0.83% | 0.41% | - |
| HSV(B) | 14.04º | 0.9% | 0.74% | - |
| XYZ | 22.61 | 13.89 | 2.06 | - |
| YUV | 92.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 18 | 0 | 0.69 | 0.90 | 0.26 | 14.04 | 0.83 | 0.41 |
| Hex | BD | 3A | 12 | 0 | 45 | 5A | 1A | E | 53 | 29 |
| Octal | 275 | 72 | 22 | 0 | 105 | 132 | 32 | 16 | 123 | 51 |
| Binary | 10111101 | 111010 | 10010 | 0 | 1000101 | 1011010 | 11010 | 1110 | 1010011 | 101001 |
Color Harmonies of #BD3A12
Complementary color
Monochromatic Colors of #BD3A12
Black with #BD3A12
Text Example
Text Example
White with #BD3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A12; }
p { color: rgb(189,58,18); }
H1.HeaderClassName
{
color: #BD3A12;
}
.AnyTagClassName
{
color: #BD3A12;
}
</style>
background-color css
<style>
a { background-color: #BD3A12; }
a { background-color: rgb(189,58,18); }
div.DivClassName
{
background-color: #BD3A12;
}
.BgClassName
{
background-color: #BD3A12;
}
</style>
border-color css
<style>
span { border-color: #BD3A12; }
span { border-color: rgb(189,58,18); }
td.TdClassName
{
border-color: #BD3A12;
}
.TagClassName
{
border-color: #BD3A12;
}
</style>