Shades of Rust #BC3103
Tints of Rust #BC3103
RGB
CMYK
RGB Variations
Color information
#BC3103 (or 0xBC3103) is known color: Rust. HEX triplet: BC, 31 and 03. RGB value is (188,49,3). Sum of RGB (Red+Green+Blue) = 188+49+3=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3103 is #43CEFC. Grayscale: #555555. Windows color (decimal): -4443901 or 209340. OLE color: 209340.
HSL color Cylindrical-coordinate representation of color #BC3103: hue angle of 14.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3103 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.26 |
| HSL | 14.92º | 0.97% | 0.37% | - |
| HSV(B) | 14.92º | 0.98% | 0.74% | - |
| XYZ | 21.85 | 12.89 | 1.42 | - |
| YUV | 85.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 3 | 0 | 0.74 | 0.98 | 0.26 | 14.92 | 0.97 | 0.37 |
| Hex | BC | 31 | 3 | 0 | 4A | 62 | 1A | F | 61 | 25 |
| Octal | 274 | 61 | 3 | 0 | 112 | 142 | 32 | 17 | 141 | 45 |
| Binary | 10111100 | 110001 | 11 | 0 | 1001010 | 1100010 | 11010 | 1111 | 1100001 | 100101 |
Color Harmonies of #BC3103
Complementary color
Monochromatic Colors of #BC3103
Black with #BC3103
Text Example
Text Example
White with #BC3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3103; }
p { color: rgb(188,49,3); }
H1.HeaderClassName
{
color: #BC3103;
}
.AnyTagClassName
{
color: #BC3103;
}
</style>
background-color css
<style>
a { background-color: #BC3103; }
a { background-color: rgb(188,49,3); }
div.DivClassName
{
background-color: #BC3103;
}
.BgClassName
{
background-color: #BC3103;
}
</style>
border-color css
<style>
span { border-color: #BC3103; }
span { border-color: rgb(188,49,3); }
td.TdClassName
{
border-color: #BC3103;
}
.TagClassName
{
border-color: #BC3103;
}
</style>