Shades of Rust #BC481F
Tints of Rust #BC481F
RGB
CMYK
RGB Variations
Color information
#BC481F (or 0xBC481F) is known color: Rust. HEX triplet: BC, 48 and 1F. RGB value is (188,72,31). Sum of RGB (Red+Green+Blue) = 188+72+31=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC481F is #43B7E0. Grayscale: #666666. Windows color (decimal): -4437985 or 2050236. OLE color: 2050236.
HSL color Cylindrical-coordinate representation of color #BC481F: hue angle of 15.67º 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 #BC481F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 31 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.26 |
| HSL | 15.67º | 0.72% | 0.43% | - |
| HSV(B) | 15.67º | 0.84% | 0.74% | - |
| XYZ | 23.3 | 15.43 | 3.05 | - |
| YUV | 102.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 31 | 0 | 0.62 | 0.84 | 0.26 | 15.67 | 0.72 | 0.43 |
| Hex | BC | 48 | 1F | 0 | 3E | 54 | 1A | 10 | 48 | 2B |
| Octal | 274 | 110 | 37 | 0 | 76 | 124 | 32 | 20 | 110 | 53 |
| Binary | 10111100 | 1001000 | 11111 | 0 | 111110 | 1010100 | 11010 | 10000 | 1001000 | 101011 |
Color Harmonies of #BC481F
Complementary color
Monochromatic Colors of #BC481F
Black with #BC481F
Text Example
Text Example
White with #BC481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC481F; }
p { color: rgb(188,72,31); }
H1.HeaderClassName
{
color: #BC481F;
}
.AnyTagClassName
{
color: #BC481F;
}
</style>
background-color css
<style>
a { background-color: #BC481F; }
a { background-color: rgb(188,72,31); }
div.DivClassName
{
background-color: #BC481F;
}
.BgClassName
{
background-color: #BC481F;
}
</style>
border-color css
<style>
span { border-color: #BC481F; }
span { border-color: rgb(188,72,31); }
td.TdClassName
{
border-color: #BC481F;
}
.TagClassName
{
border-color: #BC481F;
}
</style>