Shades of Rust #BC4505
Tints of Rust #BC4505
RGB
CMYK
RGB Variations
Color information
#BC4505 (or 0xBC4505) is known color: Rust. HEX triplet: BC, 45 and 05. RGB value is (188,69,5). Sum of RGB (Red+Green+Blue) = 188+69+5=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4505 is #43BAFA. Grayscale: #616161. Windows color (decimal): -4438779 or 345532. OLE color: 345532.
HSL color Cylindrical-coordinate representation of color #BC4505: hue angle of 20.98º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4505 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.26 |
| HSL | 20.98º | 0.95% | 0.38% | - |
| HSV(B) | 20.98º | 0.97% | 0.74% | - |
| XYZ | 22.89 | 14.96 | 1.82 | - |
| YUV | 97.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 5 | 0 | 0.63 | 0.97 | 0.26 | 20.98 | 0.95 | 0.38 |
| Hex | BC | 45 | 5 | 0 | 3F | 61 | 1A | 15 | 5F | 26 |
| Octal | 274 | 105 | 5 | 0 | 77 | 141 | 32 | 25 | 137 | 46 |
| Binary | 10111100 | 1000101 | 101 | 0 | 111111 | 1100001 | 11010 | 10101 | 1011111 | 100110 |
Color Harmonies of #BC4505
Complementary color
Monochromatic Colors of #BC4505
Black with #BC4505
Text Example
Text Example
White with #BC4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4505; }
p { color: rgb(188,69,5); }
H1.HeaderClassName
{
color: #BC4505;
}
.AnyTagClassName
{
color: #BC4505;
}
</style>
background-color css
<style>
a { background-color: #BC4505; }
a { background-color: rgb(188,69,5); }
div.DivClassName
{
background-color: #BC4505;
}
.BgClassName
{
background-color: #BC4505;
}
</style>
border-color css
<style>
span { border-color: #BC4505; }
span { border-color: rgb(188,69,5); }
td.TdClassName
{
border-color: #BC4505;
}
.TagClassName
{
border-color: #BC4505;
}
</style>