Shades of Rust #BC431E
Tints of Rust #BC431E
RGB
CMYK
RGB Variations
Color information
#BC431E (or 0xBC431E) is known color: Rust. HEX triplet: BC, 43 and 1E. RGB value is (188,67,30). Sum of RGB (Red+Green+Blue) = 188+67+30=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC431E is #43BCE1. Grayscale: #636363. Windows color (decimal): -4439266 or 1983420. OLE color: 1983420.
HSL color Cylindrical-coordinate representation of color #BC431E: hue angle of 14.05º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC431E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 30 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.26 |
| HSL | 14.05º | 0.72% | 0.43% | - |
| HSV(B) | 14.05º | 0.84% | 0.74% | - |
| XYZ | 22.98 | 14.8 | 2.87 | - |
| YUV | 98.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 30 | 0 | 0.64 | 0.84 | 0.26 | 14.05 | 0.72 | 0.43 |
| Hex | BC | 43 | 1E | 0 | 40 | 54 | 1A | E | 48 | 2B |
| Octal | 274 | 103 | 36 | 0 | 100 | 124 | 32 | 16 | 110 | 53 |
| Binary | 10111100 | 1000011 | 11110 | 0 | 1000000 | 1010100 | 11010 | 1110 | 1001000 | 101011 |
Color Harmonies of #BC431E
Complementary color
Monochromatic Colors of #BC431E
Black with #BC431E
Text Example
Text Example
White with #BC431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC431E; }
p { color: rgb(188,67,30); }
H1.HeaderClassName
{
color: #BC431E;
}
.AnyTagClassName
{
color: #BC431E;
}
</style>
background-color css
<style>
a { background-color: #BC431E; }
a { background-color: rgb(188,67,30); }
div.DivClassName
{
background-color: #BC431E;
}
.BgClassName
{
background-color: #BC431E;
}
</style>
border-color css
<style>
span { border-color: #BC431E; }
span { border-color: rgb(188,67,30); }
td.TdClassName
{
border-color: #BC431E;
}
.TagClassName
{
border-color: #BC431E;
}
</style>