Shades of Rust #BC4509
Tints of Rust #BC4509
RGB
CMYK
RGB Variations
Color information
#BC4509 (or 0xBC4509) is known color: Rust. HEX triplet: BC, 45 and 09. RGB value is (188,69,9). Sum of RGB (Red+Green+Blue) = 188+69+9=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4509 is #43BAF6. Grayscale: #626262. Windows color (decimal): -4438775 or 607676. OLE color: 607676.
HSL color Cylindrical-coordinate representation of color #BC4509: hue angle of 20.11º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC4509 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.26 |
| HSL | 20.11º | 0.91% | 0.39% | - |
| HSV(B) | 20.11º | 0.95% | 0.74% | - |
| XYZ | 22.92 | 14.97 | 1.94 | - |
| YUV | 97.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 9 | 0 | 0.63 | 0.95 | 0.26 | 20.11 | 0.91 | 0.39 |
| Hex | BC | 45 | 9 | 0 | 3F | 5F | 1A | 14 | 5B | 27 |
| Octal | 274 | 105 | 11 | 0 | 77 | 137 | 32 | 24 | 133 | 47 |
| Binary | 10111100 | 1000101 | 1001 | 0 | 111111 | 1011111 | 11010 | 10100 | 1011011 | 100111 |
Color Harmonies of #BC4509
Complementary color
Monochromatic Colors of #BC4509
Black with #BC4509
Text Example
Text Example
White with #BC4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4509; }
p { color: rgb(188,69,9); }
H1.HeaderClassName
{
color: #BC4509;
}
.AnyTagClassName
{
color: #BC4509;
}
</style>
background-color css
<style>
a { background-color: #BC4509; }
a { background-color: rgb(188,69,9); }
div.DivClassName
{
background-color: #BC4509;
}
.BgClassName
{
background-color: #BC4509;
}
</style>
border-color css
<style>
span { border-color: #BC4509; }
span { border-color: rgb(188,69,9); }
td.TdClassName
{
border-color: #BC4509;
}
.TagClassName
{
border-color: #BC4509;
}
</style>