Shades of Rust #BC431D
Tints of Rust #BC431D
RGB
CMYK
RGB Variations
Color information
#BC431D (or 0xBC431D) is known color: Rust. HEX triplet: BC, 43 and 1D. RGB value is (188,67,29). Sum of RGB (Red+Green+Blue) = 188+67+29=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC431D is #43BCE2. Grayscale: #636363. Windows color (decimal): -4439267 or 1917884. OLE color: 1917884.
HSL color Cylindrical-coordinate representation of color #BC431D: hue angle of 14.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC431D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.26 |
| HSL | 14.34º | 0.73% | 0.43% | - |
| HSV(B) | 14.34º | 0.85% | 0.74% | - |
| XYZ | 22.97 | 14.79 | 2.81 | - |
| YUV | 98.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 29 | 0 | 0.64 | 0.85 | 0.26 | 14.34 | 0.73 | 0.43 |
| Hex | BC | 43 | 1D | 0 | 40 | 55 | 1A | E | 49 | 2B |
| Octal | 274 | 103 | 35 | 0 | 100 | 125 | 32 | 16 | 111 | 53 |
| Binary | 10111100 | 1000011 | 11101 | 0 | 1000000 | 1010101 | 11010 | 1110 | 1001001 | 101011 |
Color Harmonies of #BC431D
Complementary color
Monochromatic Colors of #BC431D
Black with #BC431D
Text Example
Text Example
White with #BC431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC431D; }
p { color: rgb(188,67,29); }
H1.HeaderClassName
{
color: #BC431D;
}
.AnyTagClassName
{
color: #BC431D;
}
</style>
background-color css
<style>
a { background-color: #BC431D; }
a { background-color: rgb(188,67,29); }
div.DivClassName
{
background-color: #BC431D;
}
.BgClassName
{
background-color: #BC431D;
}
</style>
border-color css
<style>
span { border-color: #BC431D; }
span { border-color: rgb(188,67,29); }
td.TdClassName
{
border-color: #BC431D;
}
.TagClassName
{
border-color: #BC431D;
}
</style>