Shades of Rust #BC480F
Tints of Rust #BC480F
RGB
CMYK
RGB Variations
Color information
#BC480F (or 0xBC480F) is known color: Rust. HEX triplet: BC, 48 and 0F. RGB value is (188,72,15). Sum of RGB (Red+Green+Blue) = 188+72+15=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC480F is #43B7F0. Grayscale: #646464. Windows color (decimal): -4438001 or 1001660. OLE color: 1001660.
HSL color Cylindrical-coordinate representation of color #BC480F: hue angle of 19.77º 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 #BC480F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.26 |
| HSL | 19.77º | 0.85% | 0.4% | - |
| HSV(B) | 19.77º | 0.92% | 0.74% | - |
| XYZ | 23.14 | 15.36 | 2.2 | - |
| YUV | 100.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 15 | 0 | 0.62 | 0.92 | 0.26 | 19.77 | 0.85 | 0.4 |
| Hex | BC | 48 | F | 0 | 3E | 5C | 1A | 14 | 55 | 28 |
| Octal | 274 | 110 | 17 | 0 | 76 | 134 | 32 | 24 | 125 | 50 |
| Binary | 10111100 | 1001000 | 1111 | 0 | 111110 | 1011100 | 11010 | 10100 | 1010101 | 101000 |
Color Harmonies of #BC480F
Complementary color
Monochromatic Colors of #BC480F
Black with #BC480F
Text Example
Text Example
White with #BC480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC480F; }
p { color: rgb(188,72,15); }
H1.HeaderClassName
{
color: #BC480F;
}
.AnyTagClassName
{
color: #BC480F;
}
</style>
background-color css
<style>
a { background-color: #BC480F; }
a { background-color: rgb(188,72,15); }
div.DivClassName
{
background-color: #BC480F;
}
.BgClassName
{
background-color: #BC480F;
}
</style>
border-color css
<style>
span { border-color: #BC480F; }
span { border-color: rgb(188,72,15); }
td.TdClassName
{
border-color: #BC480F;
}
.TagClassName
{
border-color: #BC480F;
}
</style>