Shades of Rust #BD4A07
Tints of Rust #BD4A07
RGB
CMYK
RGB Variations
Color information
#BD4A07 (or 0xBD4A07) is known color: Rust. HEX triplet: BD, 4A and 07. RGB value is (189,74,7). Sum of RGB (Red+Green+Blue) = 189+74+7=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A07 is #42B5F8. Grayscale: #656565. Windows color (decimal): -4371961 or 477885. OLE color: 477885.
HSL color Cylindrical-coordinate representation of color #BD4A07: hue angle of 22.09º 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 #BD4A07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.26 |
| HSL | 22.09º | 0.93% | 0.38% | - |
| HSV(B) | 22.09º | 0.96% | 0.74% | - |
| XYZ | 23.47 | 15.73 | 2 | - |
| YUV | 100.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 7 | 0 | 0.61 | 0.96 | 0.26 | 22.09 | 0.93 | 0.38 |
| Hex | BD | 4A | 7 | 0 | 3D | 60 | 1A | 16 | 5D | 26 |
| Octal | 275 | 112 | 7 | 0 | 75 | 140 | 32 | 26 | 135 | 46 |
| Binary | 10111101 | 1001010 | 111 | 0 | 111101 | 1100000 | 11010 | 10110 | 1011101 | 100110 |
Color Harmonies of #BD4A07
Complementary color
Monochromatic Colors of #BD4A07
Black with #BD4A07
Text Example
Text Example
White with #BD4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A07; }
p { color: rgb(189,74,7); }
H1.HeaderClassName
{
color: #BD4A07;
}
.AnyTagClassName
{
color: #BD4A07;
}
</style>
background-color css
<style>
a { background-color: #BD4A07; }
a { background-color: rgb(189,74,7); }
div.DivClassName
{
background-color: #BD4A07;
}
.BgClassName
{
background-color: #BD4A07;
}
</style>
border-color css
<style>
span { border-color: #BD4A07; }
span { border-color: rgb(189,74,7); }
td.TdClassName
{
border-color: #BD4A07;
}
.TagClassName
{
border-color: #BD4A07;
}
</style>