Shades of Rust #BC4B13
Tints of Rust #BC4B13
RGB
CMYK
RGB Variations
Color information
#BC4B13 (or 0xBC4B13) is known color: Rust. HEX triplet: BC, 4B and 13. RGB value is (188,75,19). Sum of RGB (Red+Green+Blue) = 188+75+19=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B13 is #43B4EC. Grayscale: #666666. Windows color (decimal): -4437229 or 1264572. OLE color: 1264572.
HSL color Cylindrical-coordinate representation of color #BC4B13: hue angle of 19.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4B13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.26 |
| HSL | 19.88º | 0.82% | 0.41% | - |
| HSV(B) | 19.88º | 0.9% | 0.74% | - |
| XYZ | 23.37 | 15.77 | 2.43 | - |
| YUV | 102.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 19 | 0 | 0.60 | 0.90 | 0.26 | 19.88 | 0.82 | 0.41 |
| Hex | BC | 4B | 13 | 0 | 3C | 5A | 1A | 14 | 52 | 29 |
| Octal | 274 | 113 | 23 | 0 | 74 | 132 | 32 | 24 | 122 | 51 |
| Binary | 10111100 | 1001011 | 10011 | 0 | 111100 | 1011010 | 11010 | 10100 | 1010010 | 101001 |
Color Harmonies of #BC4B13
Complementary color
Monochromatic Colors of #BC4B13
Black with #BC4B13
Text Example
Text Example
White with #BC4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B13; }
p { color: rgb(188,75,19); }
H1.HeaderClassName
{
color: #BC4B13;
}
.AnyTagClassName
{
color: #BC4B13;
}
</style>
background-color css
<style>
a { background-color: #BC4B13; }
a { background-color: rgb(188,75,19); }
div.DivClassName
{
background-color: #BC4B13;
}
.BgClassName
{
background-color: #BC4B13;
}
</style>
border-color css
<style>
span { border-color: #BC4B13; }
span { border-color: rgb(188,75,19); }
td.TdClassName
{
border-color: #BC4B13;
}
.TagClassName
{
border-color: #BC4B13;
}
</style>