Shades of Rust #BC4315
Tints of Rust #BC4315
RGB
CMYK
RGB Variations
Color information
#BC4315 (or 0xBC4315) is known color: Rust. HEX triplet: BC, 43 and 15. RGB value is (188,67,21). Sum of RGB (Red+Green+Blue) = 188+67+21=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4315 is #43BCEA. Grayscale: #626262. Windows color (decimal): -4439275 or 1393596. OLE color: 1393596.
HSL color Cylindrical-coordinate representation of color #BC4315: hue angle of 16.53º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC4315 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 21 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.26 |
| HSL | 16.53º | 0.8% | 0.41% | - |
| HSV(B) | 16.53º | 0.89% | 0.74% | - |
| XYZ | 22.88 | 14.76 | 2.35 | - |
| YUV | 97.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 21 | 0 | 0.64 | 0.89 | 0.26 | 16.53 | 0.8 | 0.41 |
| Hex | BC | 43 | 15 | 0 | 40 | 59 | 1A | 11 | 50 | 29 |
| Octal | 274 | 103 | 25 | 0 | 100 | 131 | 32 | 21 | 120 | 51 |
| Binary | 10111100 | 1000011 | 10101 | 0 | 1000000 | 1011001 | 11010 | 10001 | 1010000 | 101001 |
Color Harmonies of #BC4315
Complementary color
Monochromatic Colors of #BC4315
Black with #BC4315
Text Example
Text Example
White with #BC4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4315; }
p { color: rgb(188,67,21); }
H1.HeaderClassName
{
color: #BC4315;
}
.AnyTagClassName
{
color: #BC4315;
}
</style>
background-color css
<style>
a { background-color: #BC4315; }
a { background-color: rgb(188,67,21); }
div.DivClassName
{
background-color: #BC4315;
}
.BgClassName
{
background-color: #BC4315;
}
</style>
border-color css
<style>
span { border-color: #BC4315; }
span { border-color: rgb(188,67,21); }
td.TdClassName
{
border-color: #BC4315;
}
.TagClassName
{
border-color: #BC4315;
}
</style>