Shades of Rust #BC441F
Tints of Rust #BC441F
RGB
CMYK
RGB Variations
Color information
#BC441F (or 0xBC441F) is known color: Rust. HEX triplet: BC, 44 and 1F. RGB value is (188,68,31). Sum of RGB (Red+Green+Blue) = 188+68+31=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC441F is #43BBE0. Grayscale: #636363. Windows color (decimal): -4439009 or 2049212. OLE color: 2049212.
HSL color Cylindrical-coordinate representation of color #BC441F: hue angle of 14.14º 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 #BC441F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 31 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.26 |
| HSL | 14.14º | 0.72% | 0.43% | - |
| HSV(B) | 14.14º | 0.84% | 0.74% | - |
| XYZ | 23.05 | 14.92 | 2.96 | - |
| YUV | 99.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 31 | 0 | 0.64 | 0.84 | 0.26 | 14.14 | 0.72 | 0.43 |
| Hex | BC | 44 | 1F | 0 | 40 | 54 | 1A | E | 48 | 2B |
| Octal | 274 | 104 | 37 | 0 | 100 | 124 | 32 | 16 | 110 | 53 |
| Binary | 10111100 | 1000100 | 11111 | 0 | 1000000 | 1010100 | 11010 | 1110 | 1001000 | 101011 |
Color Harmonies of #BC441F
Complementary color
Monochromatic Colors of #BC441F
Black with #BC441F
Text Example
Text Example
White with #BC441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC441F; }
p { color: rgb(188,68,31); }
H1.HeaderClassName
{
color: #BC441F;
}
.AnyTagClassName
{
color: #BC441F;
}
</style>
background-color css
<style>
a { background-color: #BC441F; }
a { background-color: rgb(188,68,31); }
div.DivClassName
{
background-color: #BC441F;
}
.BgClassName
{
background-color: #BC441F;
}
</style>
border-color css
<style>
span { border-color: #BC441F; }
span { border-color: rgb(188,68,31); }
td.TdClassName
{
border-color: #BC441F;
}
.TagClassName
{
border-color: #BC441F;
}
</style>