Shades of Rust #BC450F
Tints of Rust #BC450F
RGB
CMYK
RGB Variations
Color information
#BC450F (or 0xBC450F) is known color: Rust. HEX triplet: BC, 45 and 0F. RGB value is (188,69,15). Sum of RGB (Red+Green+Blue) = 188+69+15=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC450F is #43BAF0. Grayscale: #626262. Windows color (decimal): -4438769 or 1000892. OLE color: 1000892.
HSL color Cylindrical-coordinate representation of color #BC450F: hue angle of 18.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC450F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.26 |
| HSL | 18.73º | 0.85% | 0.4% | - |
| HSV(B) | 18.73º | 0.92% | 0.74% | - |
| XYZ | 22.95 | 14.98 | 2.13 | - |
| YUV | 98.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 15 | 0 | 0.63 | 0.92 | 0.26 | 18.73 | 0.85 | 0.4 |
| Hex | BC | 45 | F | 0 | 3F | 5C | 1A | 13 | 55 | 28 |
| Octal | 274 | 105 | 17 | 0 | 77 | 134 | 32 | 23 | 125 | 50 |
| Binary | 10111100 | 1000101 | 1111 | 0 | 111111 | 1011100 | 11010 | 10011 | 1010101 | 101000 |
Color Harmonies of #BC450F
Complementary color
Monochromatic Colors of #BC450F
Black with #BC450F
Text Example
Text Example
White with #BC450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC450F; }
p { color: rgb(188,69,15); }
H1.HeaderClassName
{
color: #BC450F;
}
.AnyTagClassName
{
color: #BC450F;
}
</style>
background-color css
<style>
a { background-color: #BC450F; }
a { background-color: rgb(188,69,15); }
div.DivClassName
{
background-color: #BC450F;
}
.BgClassName
{
background-color: #BC450F;
}
</style>
border-color css
<style>
span { border-color: #BC450F; }
span { border-color: rgb(188,69,15); }
td.TdClassName
{
border-color: #BC450F;
}
.TagClassName
{
border-color: #BC450F;
}
</style>