Shades of Rust #BC451E
Tints of Rust #BC451E
RGB
CMYK
RGB Variations
Color information
#BC451E (or 0xBC451E) is known color: Rust. HEX triplet: BC, 45 and 1E. RGB value is (188,69,30). Sum of RGB (Red+Green+Blue) = 188+69+30=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC451E is #43BAE1. Grayscale: #646464. Windows color (decimal): -4438754 or 1983932. OLE color: 1983932.
HSL color Cylindrical-coordinate representation of color #BC451E: hue angle of 14.81º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC451E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 30 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.26 |
| HSL | 14.81º | 0.72% | 0.43% | - |
| HSV(B) | 14.81º | 0.84% | 0.74% | - |
| XYZ | 23.1 | 15.04 | 2.91 | - |
| YUV | 100.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 30 | 0 | 0.63 | 0.84 | 0.26 | 14.81 | 0.72 | 0.43 |
| Hex | BC | 45 | 1E | 0 | 3F | 54 | 1A | F | 48 | 2B |
| Octal | 274 | 105 | 36 | 0 | 77 | 124 | 32 | 17 | 110 | 53 |
| Binary | 10111100 | 1000101 | 11110 | 0 | 111111 | 1010100 | 11010 | 1111 | 1001000 | 101011 |
Color Harmonies of #BC451E
Complementary color
Monochromatic Colors of #BC451E
Black with #BC451E
Text Example
Text Example
White with #BC451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC451E; }
p { color: rgb(188,69,30); }
H1.HeaderClassName
{
color: #BC451E;
}
.AnyTagClassName
{
color: #BC451E;
}
</style>
background-color css
<style>
a { background-color: #BC451E; }
a { background-color: rgb(188,69,30); }
div.DivClassName
{
background-color: #BC451E;
}
.BgClassName
{
background-color: #BC451E;
}
</style>
border-color css
<style>
span { border-color: #BC451E; }
span { border-color: rgb(188,69,30); }
td.TdClassName
{
border-color: #BC451E;
}
.TagClassName
{
border-color: #BC451E;
}
</style>