Shades of Rust #BC3105
Tints of Rust #BC3105
RGB
CMYK
RGB Variations
Color information
#BC3105 (or 0xBC3105) is known color: Rust. HEX triplet: BC, 31 and 05. RGB value is (188,49,5). Sum of RGB (Red+Green+Blue) = 188+49+5=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3105 is #43CEFA. Grayscale: #555555. Windows color (decimal): -4443899 or 340412. OLE color: 340412.
HSL color Cylindrical-coordinate representation of color #BC3105: hue angle of 14.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC3105 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.26 |
| HSL | 14.43º | 0.95% | 0.38% | - |
| HSV(B) | 14.43º | 0.97% | 0.74% | - |
| XYZ | 21.86 | 12.9 | 1.48 | - |
| YUV | 85.55 | 82.55 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 5 | 0 | 0.74 | 0.97 | 0.26 | 14.43 | 0.95 | 0.38 |
| Hex | BC | 31 | 5 | 0 | 4A | 61 | 1A | E | 5F | 26 |
| Octal | 274 | 61 | 5 | 0 | 112 | 141 | 32 | 16 | 137 | 46 |
| Binary | 10111100 | 110001 | 101 | 0 | 1001010 | 1100001 | 11010 | 1110 | 1011111 | 100110 |
Color Harmonies of #BC3105
Complementary color
Monochromatic Colors of #BC3105
Black with #BC3105
Text Example
Text Example
White with #BC3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3105; }
p { color: rgb(188,49,5); }
H1.HeaderClassName
{
color: #BC3105;
}
.AnyTagClassName
{
color: #BC3105;
}
</style>
background-color css
<style>
a { background-color: #BC3105; }
a { background-color: rgb(188,49,5); }
div.DivClassName
{
background-color: #BC3105;
}
.BgClassName
{
background-color: #BC3105;
}
</style>
border-color css
<style>
span { border-color: #BC3105; }
span { border-color: rgb(188,49,5); }
td.TdClassName
{
border-color: #BC3105;
}
.TagClassName
{
border-color: #BC3105;
}
</style>