Shades of Rust #BC3A07
Tints of Rust #BC3A07
RGB
CMYK
RGB Variations
Color information
#BC3A07 (or 0xBC3A07) is known color: Rust. HEX triplet: BC, 3A and 07. RGB value is (188,58,7). Sum of RGB (Red+Green+Blue) = 188+58+7=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A07 is #43C5F8. Grayscale: #5B5B5B. Windows color (decimal): -4441593 or 473788. OLE color: 473788.
HSL color Cylindrical-coordinate representation of color #BC3A07: hue angle of 16.91º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC3A07 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.26 |
| HSL | 16.91º | 0.93% | 0.38% | - |
| HSV(B) | 16.91º | 0.96% | 0.74% | - |
| XYZ | 22.29 | 13.73 | 1.68 | - |
| YUV | 91.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 7 | 0 | 0.69 | 0.96 | 0.26 | 16.91 | 0.93 | 0.38 |
| Hex | BC | 3A | 7 | 0 | 45 | 60 | 1A | 11 | 5D | 26 |
| Octal | 274 | 72 | 7 | 0 | 105 | 140 | 32 | 21 | 135 | 46 |
| Binary | 10111100 | 111010 | 111 | 0 | 1000101 | 1100000 | 11010 | 10001 | 1011101 | 100110 |
Color Harmonies of #BC3A07
Complementary color
Monochromatic Colors of #BC3A07
Black with #BC3A07
Text Example
Text Example
White with #BC3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A07; }
p { color: rgb(188,58,7); }
H1.HeaderClassName
{
color: #BC3A07;
}
.AnyTagClassName
{
color: #BC3A07;
}
</style>
background-color css
<style>
a { background-color: #BC3A07; }
a { background-color: rgb(188,58,7); }
div.DivClassName
{
background-color: #BC3A07;
}
.BgClassName
{
background-color: #BC3A07;
}
</style>
border-color css
<style>
span { border-color: #BC3A07; }
span { border-color: rgb(188,58,7); }
td.TdClassName
{
border-color: #BC3A07;
}
.TagClassName
{
border-color: #BC3A07;
}
</style>