Shades of Rust #BC4419
Tints of Rust #BC4419
RGB
CMYK
RGB Variations
Color information
#BC4419 (or 0xBC4419) is known color: Rust. HEX triplet: BC, 44 and 19. RGB value is (188,68,25). Sum of RGB (Red+Green+Blue) = 188+68+25=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4419 is #43BBE6. Grayscale: #636363. Windows color (decimal): -4439015 or 1655996. OLE color: 1655996.
HSL color Cylindrical-coordinate representation of color #BC4419: hue angle of 15.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC4419 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 25 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.26 |
| HSL | 15.83º | 0.77% | 0.42% | - |
| HSV(B) | 15.83º | 0.87% | 0.74% | - |
| XYZ | 22.98 | 14.9 | 2.58 | - |
| YUV | 98.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 25 | 0 | 0.64 | 0.87 | 0.26 | 15.83 | 0.77 | 0.42 |
| Hex | BC | 44 | 19 | 0 | 40 | 57 | 1A | 10 | 4D | 2A |
| Octal | 274 | 104 | 31 | 0 | 100 | 127 | 32 | 20 | 115 | 52 |
| Binary | 10111100 | 1000100 | 11001 | 0 | 1000000 | 1010111 | 11010 | 10000 | 1001101 | 101010 |
Color Harmonies of #BC4419
Complementary color
Monochromatic Colors of #BC4419
Black with #BC4419
Text Example
Text Example
White with #BC4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4419; }
p { color: rgb(188,68,25); }
H1.HeaderClassName
{
color: #BC4419;
}
.AnyTagClassName
{
color: #BC4419;
}
</style>
background-color css
<style>
a { background-color: #BC4419; }
a { background-color: rgb(188,68,25); }
div.DivClassName
{
background-color: #BC4419;
}
.BgClassName
{
background-color: #BC4419;
}
</style>
border-color css
<style>
span { border-color: #BC4419; }
span { border-color: rgb(188,68,25); }
td.TdClassName
{
border-color: #BC4419;
}
.TagClassName
{
border-color: #BC4419;
}
</style>