Shades of Rust #BC4809
Tints of Rust #BC4809
RGB
CMYK
RGB Variations
Color information
#BC4809 (or 0xBC4809) is known color: Rust. HEX triplet: BC, 48 and 09. RGB value is (188,72,9). Sum of RGB (Red+Green+Blue) = 188+72+9=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4809 is #43B7F6. Grayscale: #636363. Windows color (decimal): -4438007 or 608444. OLE color: 608444.
HSL color Cylindrical-coordinate representation of color #BC4809: hue angle of 21.12º 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 #BC4809 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.26 |
| HSL | 21.12º | 0.91% | 0.39% | - |
| HSV(B) | 21.12º | 0.95% | 0.74% | - |
| XYZ | 23.11 | 15.35 | 2 | - |
| YUV | 99.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 9 | 0 | 0.62 | 0.95 | 0.26 | 21.12 | 0.91 | 0.39 |
| Hex | BC | 48 | 9 | 0 | 3E | 5F | 1A | 15 | 5B | 27 |
| Octal | 274 | 110 | 11 | 0 | 76 | 137 | 32 | 25 | 133 | 47 |
| Binary | 10111100 | 1001000 | 1001 | 0 | 111110 | 1011111 | 11010 | 10101 | 1011011 | 100111 |
Color Harmonies of #BC4809
Complementary color
Monochromatic Colors of #BC4809
Black with #BC4809
Text Example
Text Example
White with #BC4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4809; }
p { color: rgb(188,72,9); }
H1.HeaderClassName
{
color: #BC4809;
}
.AnyTagClassName
{
color: #BC4809;
}
</style>
background-color css
<style>
a { background-color: #BC4809; }
a { background-color: rgb(188,72,9); }
div.DivClassName
{
background-color: #BC4809;
}
.BgClassName
{
background-color: #BC4809;
}
</style>
border-color css
<style>
span { border-color: #BC4809; }
span { border-color: rgb(188,72,9); }
td.TdClassName
{
border-color: #BC4809;
}
.TagClassName
{
border-color: #BC4809;
}
</style>