Shades of Rust #BD4F07
Tints of Rust #BD4F07
RGB
CMYK
RGB Variations
Color information
#BD4F07 (or 0xBD4F07) is known color: Rust. HEX triplet: BD, 4F and 07. RGB value is (189,79,7). Sum of RGB (Red+Green+Blue) = 189+79+7=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F07 is #42B0F8. Grayscale: #686868. Windows color (decimal): -4370681 or 479165. OLE color: 479165.
HSL color Cylindrical-coordinate representation of color #BD4F07: hue angle of 23.74º 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 #BD4F07 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.26 |
| HSL | 23.74º | 0.93% | 0.38% | - |
| HSV(B) | 23.74º | 0.96% | 0.74% | - |
| XYZ | 23.82 | 16.43 | 2.12 | - |
| YUV | 103.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 7 | 0 | 0.58 | 0.96 | 0.26 | 23.74 | 0.93 | 0.38 |
| Hex | BD | 4F | 7 | 0 | 3A | 60 | 1A | 18 | 5D | 26 |
| Octal | 275 | 117 | 7 | 0 | 72 | 140 | 32 | 30 | 135 | 46 |
| Binary | 10111101 | 1001111 | 111 | 0 | 111010 | 1100000 | 11010 | 11000 | 1011101 | 100110 |
Color Harmonies of #BD4F07
Complementary color
Monochromatic Colors of #BD4F07
Black with #BD4F07
Text Example
Text Example
White with #BD4F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F07; }
p { color: rgb(189,79,7); }
H1.HeaderClassName
{
color: #BD4F07;
}
.AnyTagClassName
{
color: #BD4F07;
}
</style>
background-color css
<style>
a { background-color: #BD4F07; }
a { background-color: rgb(189,79,7); }
div.DivClassName
{
background-color: #BD4F07;
}
.BgClassName
{
background-color: #BD4F07;
}
</style>
border-color css
<style>
span { border-color: #BD4F07; }
span { border-color: rgb(189,79,7); }
td.TdClassName
{
border-color: #BD4F07;
}
.TagClassName
{
border-color: #BD4F07;
}
</style>