Shades of Rust #BC430E
Tints of Rust #BC430E
RGB
CMYK
RGB Variations
Color information
#BC430E (or 0xBC430E) is known color: Rust. HEX triplet: BC, 43 and 0E. RGB value is (188,67,14). Sum of RGB (Red+Green+Blue) = 188+67+14=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC430E is #43BCF1. Grayscale: #616161. Windows color (decimal): -4439282 or 934844. OLE color: 934844.
HSL color Cylindrical-coordinate representation of color #BC430E: hue angle of 18.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC430E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.26 |
| HSL | 18.28º | 0.86% | 0.4% | - |
| HSV(B) | 18.28º | 0.93% | 0.74% | - |
| XYZ | 22.83 | 14.74 | 2.06 | - |
| YUV | 97.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 14 | 0 | 0.64 | 0.93 | 0.26 | 18.28 | 0.86 | 0.4 |
| Hex | BC | 43 | E | 0 | 40 | 5D | 1A | 12 | 56 | 28 |
| Octal | 274 | 103 | 16 | 0 | 100 | 135 | 32 | 22 | 126 | 50 |
| Binary | 10111100 | 1000011 | 1110 | 0 | 1000000 | 1011101 | 11010 | 10010 | 1010110 | 101000 |
Color Harmonies of #BC430E
Complementary color
Monochromatic Colors of #BC430E
Black with #BC430E
Text Example
Text Example
White with #BC430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC430E; }
p { color: rgb(188,67,14); }
H1.HeaderClassName
{
color: #BC430E;
}
.AnyTagClassName
{
color: #BC430E;
}
</style>
background-color css
<style>
a { background-color: #BC430E; }
a { background-color: rgb(188,67,14); }
div.DivClassName
{
background-color: #BC430E;
}
.BgClassName
{
background-color: #BC430E;
}
</style>
border-color css
<style>
span { border-color: #BC430E; }
span { border-color: rgb(188,67,14); }
td.TdClassName
{
border-color: #BC430E;
}
.TagClassName
{
border-color: #BC430E;
}
</style>