Shades of Rust #BD4B07
Tints of Rust #BD4B07
RGB
CMYK
RGB Variations
Color information
#BD4B07 (or 0xBD4B07) is known color: Rust. HEX triplet: BD, 4B and 07. RGB value is (189,75,7). Sum of RGB (Red+Green+Blue) = 189+75+7=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B07 is #42B4F8. Grayscale: #656565. Windows color (decimal): -4371705 or 478141. OLE color: 478141.
HSL color Cylindrical-coordinate representation of color #BD4B07: hue angle of 22.42º 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 #BD4B07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.26 |
| HSL | 22.42º | 0.93% | 0.38% | - |
| HSV(B) | 22.42º | 0.96% | 0.74% | - |
| XYZ | 23.54 | 15.87 | 2.02 | - |
| YUV | 101.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 7 | 0 | 0.60 | 0.96 | 0.26 | 22.42 | 0.93 | 0.38 |
| Hex | BD | 4B | 7 | 0 | 3C | 60 | 1A | 16 | 5D | 26 |
| Octal | 275 | 113 | 7 | 0 | 74 | 140 | 32 | 26 | 135 | 46 |
| Binary | 10111101 | 1001011 | 111 | 0 | 111100 | 1100000 | 11010 | 10110 | 1011101 | 100110 |
Color Harmonies of #BD4B07
Complementary color
Monochromatic Colors of #BD4B07
Black with #BD4B07
Text Example
Text Example
White with #BD4B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B07; }
p { color: rgb(189,75,7); }
H1.HeaderClassName
{
color: #BD4B07;
}
.AnyTagClassName
{
color: #BD4B07;
}
</style>
background-color css
<style>
a { background-color: #BD4B07; }
a { background-color: rgb(189,75,7); }
div.DivClassName
{
background-color: #BD4B07;
}
.BgClassName
{
background-color: #BD4B07;
}
</style>
border-color css
<style>
span { border-color: #BD4B07; }
span { border-color: rgb(189,75,7); }
td.TdClassName
{
border-color: #BD4B07;
}
.TagClassName
{
border-color: #BD4B07;
}
</style>