Shades of Rust #BC350A
Tints of Rust #BC350A
RGB
CMYK
RGB Variations
Color information
#BC350A (or 0xBC350A) is known color: Rust. HEX triplet: BC, 35 and 0A. RGB value is (188,53,10). Sum of RGB (Red+Green+Blue) = 188+53+10=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350A is #43CAF5. Grayscale: #585858. Windows color (decimal): -4442870 or 669116. OLE color: 669116.
HSL color Cylindrical-coordinate representation of color #BC350A: hue angle of 14.49º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC350A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.26 |
| HSL | 14.49º | 0.9% | 0.39% | - |
| HSV(B) | 14.49º | 0.95% | 0.74% | - |
| XYZ | 22.07 | 13.26 | 1.68 | - |
| YUV | 88.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 10 | 0 | 0.72 | 0.95 | 0.26 | 14.49 | 0.9 | 0.39 |
| Hex | BC | 35 | A | 0 | 48 | 5F | 1A | E | 5A | 27 |
| Octal | 274 | 65 | 12 | 0 | 110 | 137 | 32 | 16 | 132 | 47 |
| Binary | 10111100 | 110101 | 1010 | 0 | 1001000 | 1011111 | 11010 | 1110 | 1011010 | 100111 |
Color Harmonies of #BC350A
Complementary color
Monochromatic Colors of #BC350A
Black with #BC350A
Text Example
Text Example
White with #BC350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC350A; }
p { color: rgb(188,53,10); }
H1.HeaderClassName
{
color: #BC350A;
}
.AnyTagClassName
{
color: #BC350A;
}
</style>
background-color css
<style>
a { background-color: #BC350A; }
a { background-color: rgb(188,53,10); }
div.DivClassName
{
background-color: #BC350A;
}
.BgClassName
{
background-color: #BC350A;
}
</style>
border-color css
<style>
span { border-color: #BC350A; }
span { border-color: rgb(188,53,10); }
td.TdClassName
{
border-color: #BC350A;
}
.TagClassName
{
border-color: #BC350A;
}
</style>