Shades of Rust #BC4409
Tints of Rust #BC4409
RGB
CMYK
RGB Variations
Color information
#BC4409 (or 0xBC4409) is known color: Rust. HEX triplet: BC, 44 and 09. RGB value is (188,68,9). Sum of RGB (Red+Green+Blue) = 188+68+9=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4409 is #43BBF6. Grayscale: #616161. Windows color (decimal): -4439031 or 607420. OLE color: 607420.
HSL color Cylindrical-coordinate representation of color #BC4409: hue angle of 19.78º 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 #BC4409 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.26 |
| HSL | 19.78º | 0.91% | 0.39% | - |
| HSV(B) | 19.78º | 0.95% | 0.74% | - |
| XYZ | 22.86 | 14.85 | 1.92 | - |
| YUV | 97.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 9 | 0 | 0.64 | 0.95 | 0.26 | 19.78 | 0.91 | 0.39 |
| Hex | BC | 44 | 9 | 0 | 40 | 5F | 1A | 14 | 5B | 27 |
| Octal | 274 | 104 | 11 | 0 | 100 | 137 | 32 | 24 | 133 | 47 |
| Binary | 10111100 | 1000100 | 1001 | 0 | 1000000 | 1011111 | 11010 | 10100 | 1011011 | 100111 |
Color Harmonies of #BC4409
Complementary color
Monochromatic Colors of #BC4409
Black with #BC4409
Text Example
Text Example
White with #BC4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4409; }
p { color: rgb(188,68,9); }
H1.HeaderClassName
{
color: #BC4409;
}
.AnyTagClassName
{
color: #BC4409;
}
</style>
background-color css
<style>
a { background-color: #BC4409; }
a { background-color: rgb(188,68,9); }
div.DivClassName
{
background-color: #BC4409;
}
.BgClassName
{
background-color: #BC4409;
}
</style>
border-color css
<style>
span { border-color: #BC4409; }
span { border-color: rgb(188,68,9); }
td.TdClassName
{
border-color: #BC4409;
}
.TagClassName
{
border-color: #BC4409;
}
</style>