Shades of Rust #BD4107
Tints of Rust #BD4107
RGB
CMYK
RGB Variations
Color information
#BD4107 (or 0xBD4107) is known color: Rust. HEX triplet: BD, 41 and 07. RGB value is (189,65,7). Sum of RGB (Red+Green+Blue) = 189+65+7=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4107 is #42BEF8. Grayscale: #5F5F5F. Windows color (decimal): -4374265 or 475581. OLE color: 475581.
HSL color Cylindrical-coordinate representation of color #BD4107: hue angle of 19.12º 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 #BD4107 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.26 |
| HSL | 19.12º | 0.93% | 0.38% | - |
| HSV(B) | 19.12º | 0.96% | 0.74% | - |
| XYZ | 22.91 | 14.61 | 1.81 | - |
| YUV | 95.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 7 | 0 | 0.66 | 0.96 | 0.26 | 19.12 | 0.93 | 0.38 |
| Hex | BD | 41 | 7 | 0 | 42 | 60 | 1A | 13 | 5D | 26 |
| Octal | 275 | 101 | 7 | 0 | 102 | 140 | 32 | 23 | 135 | 46 |
| Binary | 10111101 | 1000001 | 111 | 0 | 1000010 | 1100000 | 11010 | 10011 | 1011101 | 100110 |
Color Harmonies of #BD4107
Complementary color
Monochromatic Colors of #BD4107
Black with #BD4107
Text Example
Text Example
White with #BD4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4107; }
p { color: rgb(189,65,7); }
H1.HeaderClassName
{
color: #BD4107;
}
.AnyTagClassName
{
color: #BD4107;
}
</style>
background-color css
<style>
a { background-color: #BD4107; }
a { background-color: rgb(189,65,7); }
div.DivClassName
{
background-color: #BD4107;
}
.BgClassName
{
background-color: #BD4107;
}
</style>
border-color css
<style>
span { border-color: #BD4107; }
span { border-color: rgb(189,65,7); }
td.TdClassName
{
border-color: #BD4107;
}
.TagClassName
{
border-color: #BD4107;
}
</style>