Shades of Rust #BC450B
Tints of Rust #BC450B
RGB
CMYK
RGB Variations
Color information
#BC450B (or 0xBC450B) is known color: Rust. HEX triplet: BC, 45 and 0B. RGB value is (188,69,11). Sum of RGB (Red+Green+Blue) = 188+69+11=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC450B is #43BAF4. Grayscale: #626262. Windows color (decimal): -4438773 or 738748. OLE color: 738748.
HSL color Cylindrical-coordinate representation of color #BC450B: hue angle of 19.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC450B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.26 |
| HSL | 19.66º | 0.89% | 0.39% | - |
| HSV(B) | 19.66º | 0.94% | 0.74% | - |
| XYZ | 22.93 | 14.97 | 2 | - |
| YUV | 97.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 11 | 0 | 0.63 | 0.94 | 0.26 | 19.66 | 0.89 | 0.39 |
| Hex | BC | 45 | B | 0 | 3F | 5E | 1A | 14 | 59 | 27 |
| Octal | 274 | 105 | 13 | 0 | 77 | 136 | 32 | 24 | 131 | 47 |
| Binary | 10111100 | 1000101 | 1011 | 0 | 111111 | 1011110 | 11010 | 10100 | 1011001 | 100111 |
Color Harmonies of #BC450B
Complementary color
Monochromatic Colors of #BC450B
Black with #BC450B
Text Example
Text Example
White with #BC450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC450B; }
p { color: rgb(188,69,11); }
H1.HeaderClassName
{
color: #BC450B;
}
.AnyTagClassName
{
color: #BC450B;
}
</style>
background-color css
<style>
a { background-color: #BC450B; }
a { background-color: rgb(188,69,11); }
div.DivClassName
{
background-color: #BC450B;
}
.BgClassName
{
background-color: #BC450B;
}
</style>
border-color css
<style>
span { border-color: #BC450B; }
span { border-color: rgb(188,69,11); }
td.TdClassName
{
border-color: #BC450B;
}
.TagClassName
{
border-color: #BC450B;
}
</style>