Shades of Rust #BC431F
Tints of Rust #BC431F
RGB
CMYK
RGB Variations
Color information
#BC431F (or 0xBC431F) is known color: Rust. HEX triplet: BC, 43 and 1F. RGB value is (188,67,31). Sum of RGB (Red+Green+Blue) = 188+67+31=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC431F is #43BCE0. Grayscale: #636363. Windows color (decimal): -4439265 or 2048956. OLE color: 2048956.
HSL color Cylindrical-coordinate representation of color #BC431F: hue angle of 13.76º 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 #BC431F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 31 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.26 |
| HSL | 13.76º | 0.72% | 0.43% | - |
| HSV(B) | 13.76º | 0.84% | 0.74% | - |
| XYZ | 22.99 | 14.8 | 2.94 | - |
| YUV | 99.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 31 | 0 | 0.64 | 0.84 | 0.26 | 13.76 | 0.72 | 0.43 |
| Hex | BC | 43 | 1F | 0 | 40 | 54 | 1A | E | 48 | 2B |
| Octal | 274 | 103 | 37 | 0 | 100 | 124 | 32 | 16 | 110 | 53 |
| Binary | 10111100 | 1000011 | 11111 | 0 | 1000000 | 1010100 | 11010 | 1110 | 1001000 | 101011 |
Color Harmonies of #BC431F
Complementary color
Monochromatic Colors of #BC431F
Black with #BC431F
Text Example
Text Example
White with #BC431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC431F; }
p { color: rgb(188,67,31); }
H1.HeaderClassName
{
color: #BC431F;
}
.AnyTagClassName
{
color: #BC431F;
}
</style>
background-color css
<style>
a { background-color: #BC431F; }
a { background-color: rgb(188,67,31); }
div.DivClassName
{
background-color: #BC431F;
}
.BgClassName
{
background-color: #BC431F;
}
</style>
border-color css
<style>
span { border-color: #BC431F; }
span { border-color: rgb(188,67,31); }
td.TdClassName
{
border-color: #BC431F;
}
.TagClassName
{
border-color: #BC431F;
}
</style>