Shades of Rust #BD3607
Tints of Rust #BD3607
RGB
CMYK
RGB Variations
Color information
#BD3607 (or 0xBD3607) is known color: Rust. HEX triplet: BD, 36 and 07. RGB value is (189,54,7). Sum of RGB (Red+Green+Blue) = 189+54+7=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3607 is #42C9F8. Grayscale: #595959. Windows color (decimal): -4377081 or 472765. OLE color: 472765.
HSL color Cylindrical-coordinate representation of color #BD3607: hue angle of 15.49º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD3607 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.26 |
| HSL | 15.49º | 0.93% | 0.38% | - |
| HSV(B) | 15.49º | 0.96% | 0.74% | - |
| XYZ | 22.34 | 13.47 | 1.62 | - |
| YUV | 89.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 7 | 0 | 0.71 | 0.96 | 0.26 | 15.49 | 0.93 | 0.38 |
| Hex | BD | 36 | 7 | 0 | 47 | 60 | 1A | F | 5D | 26 |
| Octal | 275 | 66 | 7 | 0 | 107 | 140 | 32 | 17 | 135 | 46 |
| Binary | 10111101 | 110110 | 111 | 0 | 1000111 | 1100000 | 11010 | 1111 | 1011101 | 100110 |
Color Harmonies of #BD3607
Complementary color
Monochromatic Colors of #BD3607
Black with #BD3607
Text Example
Text Example
White with #BD3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3607; }
p { color: rgb(189,54,7); }
H1.HeaderClassName
{
color: #BD3607;
}
.AnyTagClassName
{
color: #BD3607;
}
</style>
background-color css
<style>
a { background-color: #BD3607; }
a { background-color: rgb(189,54,7); }
div.DivClassName
{
background-color: #BD3607;
}
.BgClassName
{
background-color: #BD3607;
}
</style>
border-color css
<style>
span { border-color: #BD3607; }
span { border-color: rgb(189,54,7); }
td.TdClassName
{
border-color: #BD3607;
}
.TagClassName
{
border-color: #BD3607;
}
</style>