Shades of Rust #BD3E06
Tints of Rust #BD3E06
RGB
CMYK
RGB Variations
Color information
#BD3E06 (or 0xBD3E06) is known color: Rust. HEX triplet: BD, 3E and 06. RGB value is (189,62,6). Sum of RGB (Red+Green+Blue) = 189+62+6=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E06 is #42C1F9. Grayscale: #5D5D5D. Windows color (decimal): -4375034 or 409277. OLE color: 409277.
HSL color Cylindrical-coordinate representation of color #BD3E06: hue angle of 18.36º 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 #BD3E06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.26 |
| HSL | 18.36º | 0.94% | 0.38% | - |
| HSV(B) | 18.36º | 0.97% | 0.74% | - |
| XYZ | 22.74 | 14.28 | 1.73 | - |
| YUV | 93.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 6 | 0 | 0.67 | 0.97 | 0.26 | 18.36 | 0.94 | 0.38 |
| Hex | BD | 3E | 6 | 0 | 43 | 61 | 1A | 12 | 5E | 26 |
| Octal | 275 | 76 | 6 | 0 | 103 | 141 | 32 | 22 | 136 | 46 |
| Binary | 10111101 | 111110 | 110 | 0 | 1000011 | 1100001 | 11010 | 10010 | 1011110 | 100110 |
Color Harmonies of #BD3E06
Complementary color
Monochromatic Colors of #BD3E06
Black with #BD3E06
Text Example
Text Example
White with #BD3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E06; }
p { color: rgb(189,62,6); }
H1.HeaderClassName
{
color: #BD3E06;
}
.AnyTagClassName
{
color: #BD3E06;
}
</style>
background-color css
<style>
a { background-color: #BD3E06; }
a { background-color: rgb(189,62,6); }
div.DivClassName
{
background-color: #BD3E06;
}
.BgClassName
{
background-color: #BD3E06;
}
</style>
border-color css
<style>
span { border-color: #BD3E06; }
span { border-color: rgb(189,62,6); }
td.TdClassName
{
border-color: #BD3E06;
}
.TagClassName
{
border-color: #BD3E06;
}
</style>