Shades of Rust #BC4300
Tints of Rust #BC4300
RGB
CMYK
RGB Variations
Color information
#BC4300 (or 0xBC4300) is known color: Rust. HEX triplet: BC, 43 and 00. RGB value is (188,67,0). Sum of RGB (Red+Green+Blue) = 188+67+0=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4300 is #43BCFF. Grayscale: #5F5F5F. Windows color (decimal): -4439296 or 17340. OLE color: 17340.
HSL color Cylindrical-coordinate representation of color #BC4300: hue angle of 21.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC4300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.26 |
| HSL | 21.38º | 1% | 0.37% | - |
| HSV(B) | 21.38º | 1% | 0.74% | - |
| XYZ | 22.75 | 14.71 | 1.64 | - |
| YUV | 95.54 | 74.09 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 0 | 0 | 0.64 | 1 | 0.26 | 21.38 | 1 | 0.37 |
| Hex | BC | 43 | 0 | 0 | 40 | 64 | 1A | 15 | 64 | 25 |
| Octal | 274 | 103 | 0 | 0 | 100 | 144 | 32 | 25 | 144 | 45 |
| Binary | 10111100 | 1000011 | 0 | 0 | 1000000 | 1100100 | 11010 | 10101 | 1100100 | 100101 |
Color Harmonies of #BC4300
Complementary color
Monochromatic Colors of #BC4300
Black with #BC4300
Text Example
Text Example
White with #BC4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4300; }
p { color: rgb(188,67,0); }
H1.HeaderClassName
{
color: #BC4300;
}
.AnyTagClassName
{
color: #BC4300;
}
</style>
background-color css
<style>
a { background-color: #BC4300; }
a { background-color: rgb(188,67,0); }
div.DivClassName
{
background-color: #BC4300;
}
.BgClassName
{
background-color: #BC4300;
}
</style>
border-color css
<style>
span { border-color: #BC4300; }
span { border-color: rgb(188,67,0); }
td.TdClassName
{
border-color: #BC4300;
}
.TagClassName
{
border-color: #BC4300;
}
</style>