Shades of Rust #BD3D06
Tints of Rust #BD3D06
RGB
CMYK
RGB Variations
Color information
#BD3D06 (or 0xBD3D06) is known color: Rust. HEX triplet: BD, 3D and 06. RGB value is (189,61,6). Sum of RGB (Red+Green+Blue) = 189+61+6=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D06 is #42C2F9. Grayscale: #5D5D5D. Windows color (decimal): -4375290 or 409021. OLE color: 409021.
HSL color Cylindrical-coordinate representation of color #BD3D06: hue angle of 18.03º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3D06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.26 |
| HSL | 18.03º | 0.94% | 0.38% | - |
| HSV(B) | 18.03º | 0.97% | 0.74% | - |
| XYZ | 22.69 | 14.17 | 1.71 | - |
| YUV | 93 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 6 | 0 | 0.68 | 0.97 | 0.26 | 18.03 | 0.94 | 0.38 |
| Hex | BD | 3D | 6 | 0 | 44 | 61 | 1A | 12 | 5E | 26 |
| Octal | 275 | 75 | 6 | 0 | 104 | 141 | 32 | 22 | 136 | 46 |
| Binary | 10111101 | 111101 | 110 | 0 | 1000100 | 1100001 | 11010 | 10010 | 1011110 | 100110 |
Color Harmonies of #BD3D06
Complementary color
Monochromatic Colors of #BD3D06
Black with #BD3D06
Text Example
Text Example
White with #BD3D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D06; }
p { color: rgb(189,61,6); }
H1.HeaderClassName
{
color: #BD3D06;
}
.AnyTagClassName
{
color: #BD3D06;
}
</style>
background-color css
<style>
a { background-color: #BD3D06; }
a { background-color: rgb(189,61,6); }
div.DivClassName
{
background-color: #BD3D06;
}
.BgClassName
{
background-color: #BD3D06;
}
</style>
border-color css
<style>
span { border-color: #BD3D06; }
span { border-color: rgb(189,61,6); }
td.TdClassName
{
border-color: #BD3D06;
}
.TagClassName
{
border-color: #BD3D06;
}
</style>