Shades of Rust #BC2F00
Tints of Rust #BC2F00
RGB
CMYK
RGB Variations
Color information
#BC2F00 (or 0xBC2F00) is known color: Rust. HEX triplet: BC, 2F and 00. RGB value is (188,47,0). Sum of RGB (Red+Green+Blue) = 188+47+0=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F00 is #43D0FF. Grayscale: #545454. Windows color (decimal): -4444416 or 12220. OLE color: 12220.
HSL color Cylindrical-coordinate representation of color #BC2F00: hue angle of 15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2F00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.26 |
| HSL | 15º | 1% | 0.37% | - |
| HSV(B) | 15º | 1% | 0.74% | - |
| XYZ | 21.76 | 12.72 | 1.31 | - |
| YUV | 83.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 0 | 0 | 0.75 | 1 | 0.26 | 15 | 1 | 0.37 |
| Hex | BC | 2F | 0 | 0 | 4B | 64 | 1A | F | 64 | 25 |
| Octal | 274 | 57 | 0 | 0 | 113 | 144 | 32 | 17 | 144 | 45 |
| Binary | 10111100 | 101111 | 0 | 0 | 1001011 | 1100100 | 11010 | 1111 | 1100100 | 100101 |
Color Harmonies of #BC2F00
Complementary color
Monochromatic Colors of #BC2F00
Black with #BC2F00
Text Example
Text Example
White with #BC2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F00; }
p { color: rgb(188,47,0); }
H1.HeaderClassName
{
color: #BC2F00;
}
.AnyTagClassName
{
color: #BC2F00;
}
</style>
background-color css
<style>
a { background-color: #BC2F00; }
a { background-color: rgb(188,47,0); }
div.DivClassName
{
background-color: #BC2F00;
}
.BgClassName
{
background-color: #BC2F00;
}
</style>
border-color css
<style>
span { border-color: #BC2F00; }
span { border-color: rgb(188,47,0); }
td.TdClassName
{
border-color: #BC2F00;
}
.TagClassName
{
border-color: #BC2F00;
}
</style>