Shades of Rust #BD4604
Tints of Rust #BD4604
RGB
CMYK
RGB Variations
Color information
#BD4604 (or 0xBD4604) is known color: Rust. HEX triplet: BD, 46 and 04. RGB value is (189,70,4). Sum of RGB (Red+Green+Blue) = 189+70+4=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4604 is #42B9FB. Grayscale: #626262. Windows color (decimal): -4372988 or 280253. OLE color: 280253.
HSL color Cylindrical-coordinate representation of color #BD4604: hue angle of 21.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD4604 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.26 |
| HSL | 21.41º | 0.96% | 0.38% | - |
| HSV(B) | 21.41º | 0.98% | 0.74% | - |
| XYZ | 23.2 | 15.21 | 1.83 | - |
| YUV | 98.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 4 | 0 | 0.63 | 0.98 | 0.26 | 21.41 | 0.96 | 0.38 |
| Hex | BD | 46 | 4 | 0 | 3F | 62 | 1A | 15 | 60 | 26 |
| Octal | 275 | 106 | 4 | 0 | 77 | 142 | 32 | 25 | 140 | 46 |
| Binary | 10111101 | 1000110 | 100 | 0 | 111111 | 1100010 | 11010 | 10101 | 1100000 | 100110 |
Color Harmonies of #BD4604
Complementary color
Monochromatic Colors of #BD4604
Black with #BD4604
Text Example
Text Example
White with #BD4604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4604; }
p { color: rgb(189,70,4); }
H1.HeaderClassName
{
color: #BD4604;
}
.AnyTagClassName
{
color: #BD4604;
}
</style>
background-color css
<style>
a { background-color: #BD4604; }
a { background-color: rgb(189,70,4); }
div.DivClassName
{
background-color: #BD4604;
}
.BgClassName
{
background-color: #BD4604;
}
</style>
border-color css
<style>
span { border-color: #BD4604; }
span { border-color: rgb(189,70,4); }
td.TdClassName
{
border-color: #BD4604;
}
.TagClassName
{
border-color: #BD4604;
}
</style>