Shades of Rust #BC451B
Tints of Rust #BC451B
RGB
CMYK
RGB Variations
Color information
#BC451B (or 0xBC451B) is known color: Rust. HEX triplet: BC, 45 and 1B. RGB value is (188,69,27). Sum of RGB (Red+Green+Blue) = 188+69+27=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC451B is #43BAE4. Grayscale: #646464. Windows color (decimal): -4438757 or 1787324. OLE color: 1787324.
HSL color Cylindrical-coordinate representation of color #BC451B: hue angle of 15.65º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC451B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.26 |
| HSL | 15.65º | 0.75% | 0.42% | - |
| HSV(B) | 15.65º | 0.86% | 0.74% | - |
| XYZ | 23.06 | 15.03 | 2.72 | - |
| YUV | 99.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 27 | 0 | 0.63 | 0.86 | 0.26 | 15.65 | 0.75 | 0.42 |
| Hex | BC | 45 | 1B | 0 | 3F | 56 | 1A | 10 | 4B | 2A |
| Octal | 274 | 105 | 33 | 0 | 77 | 126 | 32 | 20 | 113 | 52 |
| Binary | 10111100 | 1000101 | 11011 | 0 | 111111 | 1010110 | 11010 | 10000 | 1001011 | 101010 |
Color Harmonies of #BC451B
Complementary color
Monochromatic Colors of #BC451B
Black with #BC451B
Text Example
Text Example
White with #BC451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC451B; }
p { color: rgb(188,69,27); }
H1.HeaderClassName
{
color: #BC451B;
}
.AnyTagClassName
{
color: #BC451B;
}
</style>
background-color css
<style>
a { background-color: #BC451B; }
a { background-color: rgb(188,69,27); }
div.DivClassName
{
background-color: #BC451B;
}
.BgClassName
{
background-color: #BC451B;
}
</style>
border-color css
<style>
span { border-color: #BC451B; }
span { border-color: rgb(188,69,27); }
td.TdClassName
{
border-color: #BC451B;
}
.TagClassName
{
border-color: #BC451B;
}
</style>