Shades of Rust #BC451D
Tints of Rust #BC451D
RGB
CMYK
RGB Variations
Color information
#BC451D (or 0xBC451D) is known color: Rust. HEX triplet: BC, 45 and 1D. RGB value is (188,69,29). Sum of RGB (Red+Green+Blue) = 188+69+29=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC451D is #43BAE2. Grayscale: #646464. Windows color (decimal): -4438755 or 1918396. OLE color: 1918396.
HSL color Cylindrical-coordinate representation of color #BC451D: hue angle of 15.09º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC451D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.26 |
| HSL | 15.09º | 0.73% | 0.43% | - |
| HSV(B) | 15.09º | 0.85% | 0.74% | - |
| XYZ | 23.09 | 15.04 | 2.85 | - |
| YUV | 100.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 29 | 0 | 0.63 | 0.85 | 0.26 | 15.09 | 0.73 | 0.43 |
| Hex | BC | 45 | 1D | 0 | 3F | 55 | 1A | F | 49 | 2B |
| Octal | 274 | 105 | 35 | 0 | 77 | 125 | 32 | 17 | 111 | 53 |
| Binary | 10111100 | 1000101 | 11101 | 0 | 111111 | 1010101 | 11010 | 1111 | 1001001 | 101011 |
Color Harmonies of #BC451D
Complementary color
Monochromatic Colors of #BC451D
Black with #BC451D
Text Example
Text Example
White with #BC451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC451D; }
p { color: rgb(188,69,29); }
H1.HeaderClassName
{
color: #BC451D;
}
.AnyTagClassName
{
color: #BC451D;
}
</style>
background-color css
<style>
a { background-color: #BC451D; }
a { background-color: rgb(188,69,29); }
div.DivClassName
{
background-color: #BC451D;
}
.BgClassName
{
background-color: #BC451D;
}
</style>
border-color css
<style>
span { border-color: #BC451D; }
span { border-color: rgb(188,69,29); }
td.TdClassName
{
border-color: #BC451D;
}
.TagClassName
{
border-color: #BC451D;
}
</style>