Shades of Rust #BC430B
Tints of Rust #BC430B
RGB
CMYK
RGB Variations
Color information
#BC430B (or 0xBC430B) is known color: Rust. HEX triplet: BC, 43 and 0B. RGB value is (188,67,11). Sum of RGB (Red+Green+Blue) = 188+67+11=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC430B is #43BCF4. Grayscale: #616161. Windows color (decimal): -4439285 or 738236. OLE color: 738236.
HSL color Cylindrical-coordinate representation of color #BC430B: hue angle of 18.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC430B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.26 |
| HSL | 18.98º | 0.89% | 0.39% | - |
| HSV(B) | 18.98º | 0.94% | 0.74% | - |
| XYZ | 22.81 | 14.73 | 1.96 | - |
| YUV | 96.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 11 | 0 | 0.64 | 0.94 | 0.26 | 18.98 | 0.89 | 0.39 |
| Hex | BC | 43 | B | 0 | 40 | 5E | 1A | 13 | 59 | 27 |
| Octal | 274 | 103 | 13 | 0 | 100 | 136 | 32 | 23 | 131 | 47 |
| Binary | 10111100 | 1000011 | 1011 | 0 | 1000000 | 1011110 | 11010 | 10011 | 1011001 | 100111 |
Color Harmonies of #BC430B
Complementary color
Monochromatic Colors of #BC430B
Black with #BC430B
Text Example
Text Example
White with #BC430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC430B; }
p { color: rgb(188,67,11); }
H1.HeaderClassName
{
color: #BC430B;
}
.AnyTagClassName
{
color: #BC430B;
}
</style>
background-color css
<style>
a { background-color: #BC430B; }
a { background-color: rgb(188,67,11); }
div.DivClassName
{
background-color: #BC430B;
}
.BgClassName
{
background-color: #BC430B;
}
</style>
border-color css
<style>
span { border-color: #BC430B; }
span { border-color: rgb(188,67,11); }
td.TdClassName
{
border-color: #BC430B;
}
.TagClassName
{
border-color: #BC430B;
}
</style>