Shades of Rust #BD3504
Tints of Rust #BD3504
RGB
CMYK
RGB Variations
Color information
#BD3504 (or 0xBD3504) is known color: Rust. HEX triplet: BD, 35 and 04. RGB value is (189,53,4). Sum of RGB (Red+Green+Blue) = 189+53+4=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3504 is #42CAFB. Grayscale: #585858. Windows color (decimal): -4377340 or 275901. OLE color: 275901.
HSL color Cylindrical-coordinate representation of color #BD3504: hue angle of 15.89º 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 #BD3504 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.26 |
| HSL | 15.89º | 0.96% | 0.38% | - |
| HSV(B) | 15.89º | 0.98% | 0.74% | - |
| XYZ | 22.28 | 13.37 | 1.52 | - |
| YUV | 88.08 | 80.56 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 4 | 0 | 0.72 | 0.98 | 0.26 | 15.89 | 0.96 | 0.38 |
| Hex | BD | 35 | 4 | 0 | 48 | 62 | 1A | 10 | 60 | 26 |
| Octal | 275 | 65 | 4 | 0 | 110 | 142 | 32 | 20 | 140 | 46 |
| Binary | 10111101 | 110101 | 100 | 0 | 1001000 | 1100010 | 11010 | 10000 | 1100000 | 100110 |
Color Harmonies of #BD3504
Complementary color
Monochromatic Colors of #BD3504
Black with #BD3504
Text Example
Text Example
White with #BD3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3504; }
p { color: rgb(189,53,4); }
H1.HeaderClassName
{
color: #BD3504;
}
.AnyTagClassName
{
color: #BD3504;
}
</style>
background-color css
<style>
a { background-color: #BD3504; }
a { background-color: rgb(189,53,4); }
div.DivClassName
{
background-color: #BD3504;
}
.BgClassName
{
background-color: #BD3504;
}
</style>
border-color css
<style>
span { border-color: #BD3504; }
span { border-color: rgb(189,53,4); }
td.TdClassName
{
border-color: #BD3504;
}
.TagClassName
{
border-color: #BD3504;
}
</style>