Shades of Rust #BC4A1F
Tints of Rust #BC4A1F
RGB
CMYK
RGB Variations
Color information
#BC4A1F (or 0xBC4A1F) is known color: Rust. HEX triplet: BC, 4A and 1F. RGB value is (188,74,31). Sum of RGB (Red+Green+Blue) = 188+74+31=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A1F is #43B5E0. Grayscale: #676767. Windows color (decimal): -4437473 or 2050748. OLE color: 2050748.
HSL color Cylindrical-coordinate representation of color #BC4A1F: hue angle of 16.43º 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 #BC4A1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.26 |
| HSL | 16.43º | 0.72% | 0.43% | - |
| HSV(B) | 16.43º | 0.84% | 0.74% | - |
| XYZ | 23.44 | 15.69 | 3.09 | - |
| YUV | 103.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 31 | 0 | 0.61 | 0.84 | 0.26 | 16.43 | 0.72 | 0.43 |
| Hex | BC | 4A | 1F | 0 | 3D | 54 | 1A | 10 | 48 | 2B |
| Octal | 274 | 112 | 37 | 0 | 75 | 124 | 32 | 20 | 110 | 53 |
| Binary | 10111100 | 1001010 | 11111 | 0 | 111101 | 1010100 | 11010 | 10000 | 1001000 | 101011 |
Color Harmonies of #BC4A1F
Complementary color
Monochromatic Colors of #BC4A1F
Black with #BC4A1F
Text Example
Text Example
White with #BC4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A1F; }
p { color: rgb(188,74,31); }
H1.HeaderClassName
{
color: #BC4A1F;
}
.AnyTagClassName
{
color: #BC4A1F;
}
</style>
background-color css
<style>
a { background-color: #BC4A1F; }
a { background-color: rgb(188,74,31); }
div.DivClassName
{
background-color: #BC4A1F;
}
.BgClassName
{
background-color: #BC4A1F;
}
</style>
border-color css
<style>
span { border-color: #BC4A1F; }
span { border-color: rgb(188,74,31); }
td.TdClassName
{
border-color: #BC4A1F;
}
.TagClassName
{
border-color: #BC4A1F;
}
</style>