Shades of Rust #BC431C
Tints of Rust #BC431C
RGB
CMYK
RGB Variations
Color information
#BC431C (or 0xBC431C) is known color: Rust. HEX triplet: BC, 43 and 1C. RGB value is (188,67,28). Sum of RGB (Red+Green+Blue) = 188+67+28=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC431C is #43BCE3. Grayscale: #636363. Windows color (decimal): -4439268 or 1852348. OLE color: 1852348.
HSL color Cylindrical-coordinate representation of color #BC431C: hue angle of 14.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC431C is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 28 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.26 |
| HSL | 14.63º | 0.74% | 0.42% | - |
| HSV(B) | 14.63º | 0.85% | 0.74% | - |
| XYZ | 22.96 | 14.79 | 2.74 | - |
| YUV | 98.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 28 | 0 | 0.64 | 0.85 | 0.26 | 14.63 | 0.74 | 0.42 |
| Hex | BC | 43 | 1C | 0 | 40 | 55 | 1A | F | 4A | 2A |
| Octal | 274 | 103 | 34 | 0 | 100 | 125 | 32 | 17 | 112 | 52 |
| Binary | 10111100 | 1000011 | 11100 | 0 | 1000000 | 1010101 | 11010 | 1111 | 1001010 | 101010 |
Color Harmonies of #BC431C
Complementary color
Monochromatic Colors of #BC431C
Black with #BC431C
Text Example
Text Example
White with #BC431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC431C; }
p { color: rgb(188,67,28); }
H1.HeaderClassName
{
color: #BC431C;
}
.AnyTagClassName
{
color: #BC431C;
}
</style>
background-color css
<style>
a { background-color: #BC431C; }
a { background-color: rgb(188,67,28); }
div.DivClassName
{
background-color: #BC431C;
}
.BgClassName
{
background-color: #BC431C;
}
</style>
border-color css
<style>
span { border-color: #BC431C; }
span { border-color: rgb(188,67,28); }
td.TdClassName
{
border-color: #BC431C;
}
.TagClassName
{
border-color: #BC431C;
}
</style>