Shades of Rust #BC501D
Tints of Rust #BC501D
RGB
CMYK
RGB Variations
Color information
#BC501D (or 0xBC501D) is known color: Rust. HEX triplet: BC, 50 and 1D. RGB value is (188,80,29). Sum of RGB (Red+Green+Blue) = 188+80+29=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC501D is #43AFE2. Grayscale: #6A6A6A. Windows color (decimal): -4435939 or 1921212. OLE color: 1921212.
HSL color Cylindrical-coordinate representation of color #BC501D: hue angle of 19.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC501D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.26 |
| HSL | 19.25º | 0.73% | 0.43% | - |
| HSV(B) | 19.25º | 0.85% | 0.74% | - |
| XYZ | 23.83 | 16.52 | 3.09 | - |
| YUV | 106.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 29 | 0 | 0.57 | 0.85 | 0.26 | 19.25 | 0.73 | 0.43 |
| Hex | BC | 50 | 1D | 0 | 39 | 55 | 1A | 13 | 49 | 2B |
| Octal | 274 | 120 | 35 | 0 | 71 | 125 | 32 | 23 | 111 | 53 |
| Binary | 10111100 | 1010000 | 11101 | 0 | 111001 | 1010101 | 11010 | 10011 | 1001001 | 101011 |
Color Harmonies of #BC501D
Complementary color
Monochromatic Colors of #BC501D
Black with #BC501D
Text Example
Text Example
White with #BC501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC501D; }
p { color: rgb(188,80,29); }
H1.HeaderClassName
{
color: #BC501D;
}
.AnyTagClassName
{
color: #BC501D;
}
</style>
background-color css
<style>
a { background-color: #BC501D; }
a { background-color: rgb(188,80,29); }
div.DivClassName
{
background-color: #BC501D;
}
.BgClassName
{
background-color: #BC501D;
}
</style>
border-color css
<style>
span { border-color: #BC501D; }
span { border-color: rgb(188,80,29); }
td.TdClassName
{
border-color: #BC501D;
}
.TagClassName
{
border-color: #BC501D;
}
</style>