Shades of Rust #BD3A0C
Tints of Rust #BD3A0C
RGB
CMYK
RGB Variations
Color information
#BD3A0C (or 0xBD3A0C) is known color: Rust. HEX triplet: BD, 3A and 0C. RGB value is (189,58,12). Sum of RGB (Red+Green+Blue) = 189+58+12=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A0C is #42C5F3. Grayscale: #5C5C5C. Windows color (decimal): -4376052 or 801469. OLE color: 801469.
HSL color Cylindrical-coordinate representation of color #BD3A0C: hue angle of 15.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD3A0C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.26 |
| HSL | 15.59º | 0.88% | 0.39% | - |
| HSV(B) | 15.59º | 0.94% | 0.74% | - |
| XYZ | 22.57 | 13.87 | 1.84 | - |
| YUV | 91.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 12 | 0 | 0.69 | 0.94 | 0.26 | 15.59 | 0.88 | 0.39 |
| Hex | BD | 3A | C | 0 | 45 | 5E | 1A | 10 | 58 | 27 |
| Octal | 275 | 72 | 14 | 0 | 105 | 136 | 32 | 20 | 130 | 47 |
| Binary | 10111101 | 111010 | 1100 | 0 | 1000101 | 1011110 | 11010 | 10000 | 1011000 | 100111 |
Color Harmonies of #BD3A0C
Complementary color
Monochromatic Colors of #BD3A0C
Black with #BD3A0C
Text Example
Text Example
White with #BD3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A0C; }
p { color: rgb(189,58,12); }
H1.HeaderClassName
{
color: #BD3A0C;
}
.AnyTagClassName
{
color: #BD3A0C;
}
</style>
background-color css
<style>
a { background-color: #BD3A0C; }
a { background-color: rgb(189,58,12); }
div.DivClassName
{
background-color: #BD3A0C;
}
.BgClassName
{
background-color: #BD3A0C;
}
</style>
border-color css
<style>
span { border-color: #BD3A0C; }
span { border-color: rgb(189,58,12); }
td.TdClassName
{
border-color: #BD3A0C;
}
.TagClassName
{
border-color: #BD3A0C;
}
</style>