Shades of Rust #BC430D
Tints of Rust #BC430D
RGB
CMYK
RGB Variations
Color information
#BC430D (or 0xBC430D) is known color: Rust. HEX triplet: BC, 43 and 0D. RGB value is (188,67,13). Sum of RGB (Red+Green+Blue) = 188+67+13=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC430D is #43BCF2. Grayscale: #616161. Windows color (decimal): -4439283 or 869308. OLE color: 869308.
HSL color Cylindrical-coordinate representation of color #BC430D: hue angle of 18.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC430D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.26 |
| HSL | 18.51º | 0.87% | 0.39% | - |
| HSV(B) | 18.51º | 0.93% | 0.74% | - |
| XYZ | 22.82 | 14.73 | 2.02 | - |
| YUV | 97.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 13 | 0 | 0.64 | 0.93 | 0.26 | 18.51 | 0.87 | 0.39 |
| Hex | BC | 43 | D | 0 | 40 | 5D | 1A | 13 | 57 | 27 |
| Octal | 274 | 103 | 15 | 0 | 100 | 135 | 32 | 23 | 127 | 47 |
| Binary | 10111100 | 1000011 | 1101 | 0 | 1000000 | 1011101 | 11010 | 10011 | 1010111 | 100111 |
Color Harmonies of #BC430D
Complementary color
Monochromatic Colors of #BC430D
Black with #BC430D
Text Example
Text Example
White with #BC430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC430D; }
p { color: rgb(188,67,13); }
H1.HeaderClassName
{
color: #BC430D;
}
.AnyTagClassName
{
color: #BC430D;
}
</style>
background-color css
<style>
a { background-color: #BC430D; }
a { background-color: rgb(188,67,13); }
div.DivClassName
{
background-color: #BC430D;
}
.BgClassName
{
background-color: #BC430D;
}
</style>
border-color css
<style>
span { border-color: #BC430D; }
span { border-color: rgb(188,67,13); }
td.TdClassName
{
border-color: #BC430D;
}
.TagClassName
{
border-color: #BC430D;
}
</style>