Shades of Rust #BC520B
Tints of Rust #BC520B
RGB
CMYK
RGB Variations
Color information
#BC520B (or 0xBC520B) is known color: Rust. HEX triplet: BC, 52 and 0B. RGB value is (188,82,11). Sum of RGB (Red+Green+Blue) = 188+82+11=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC520B is #43ADF4. Grayscale: #696969. Windows color (decimal): -4435445 or 742076. OLE color: 742076.
HSL color Cylindrical-coordinate representation of color #BC520B: hue angle of 24.07º 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 #BC520B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.26 |
| HSL | 24.07º | 0.89% | 0.39% | - |
| HSV(B) | 24.07º | 0.94% | 0.74% | - |
| XYZ | 23.82 | 16.75 | 2.29 | - |
| YUV | 105.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 11 | 0 | 0.56 | 0.94 | 0.26 | 24.07 | 0.89 | 0.39 |
| Hex | BC | 52 | B | 0 | 38 | 5E | 1A | 18 | 59 | 27 |
| Octal | 274 | 122 | 13 | 0 | 70 | 136 | 32 | 30 | 131 | 47 |
| Binary | 10111100 | 1010010 | 1011 | 0 | 111000 | 1011110 | 11010 | 11000 | 1011001 | 100111 |
Color Harmonies of #BC520B
Complementary color
Monochromatic Colors of #BC520B
Black with #BC520B
Text Example
Text Example
White with #BC520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC520B; }
p { color: rgb(188,82,11); }
H1.HeaderClassName
{
color: #BC520B;
}
.AnyTagClassName
{
color: #BC520B;
}
</style>
background-color css
<style>
a { background-color: #BC520B; }
a { background-color: rgb(188,82,11); }
div.DivClassName
{
background-color: #BC520B;
}
.BgClassName
{
background-color: #BC520B;
}
</style>
border-color css
<style>
span { border-color: #BC520B; }
span { border-color: rgb(188,82,11); }
td.TdClassName
{
border-color: #BC520B;
}
.TagClassName
{
border-color: #BC520B;
}
</style>