Shades of Rust #BC451A
Tints of Rust #BC451A
RGB
CMYK
RGB Variations
Color information
#BC451A (or 0xBC451A) is known color: Rust. HEX triplet: BC, 45 and 1A. RGB value is (188,69,26). Sum of RGB (Red+Green+Blue) = 188+69+26=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC451A is #43BAE5. Grayscale: #636363. Windows color (decimal): -4438758 or 1721788. OLE color: 1721788.
HSL color Cylindrical-coordinate representation of color #BC451A: hue angle of 15.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC451A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 26 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.26 |
| HSL | 15.93º | 0.76% | 0.42% | - |
| HSV(B) | 15.93º | 0.86% | 0.74% | - |
| XYZ | 23.05 | 15.02 | 2.66 | - |
| YUV | 99.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 26 | 0 | 0.63 | 0.86 | 0.26 | 15.93 | 0.76 | 0.42 |
| Hex | BC | 45 | 1A | 0 | 3F | 56 | 1A | 10 | 4C | 2A |
| Octal | 274 | 105 | 32 | 0 | 77 | 126 | 32 | 20 | 114 | 52 |
| Binary | 10111100 | 1000101 | 11010 | 0 | 111111 | 1010110 | 11010 | 10000 | 1001100 | 101010 |
Color Harmonies of #BC451A
Complementary color
Monochromatic Colors of #BC451A
Black with #BC451A
Text Example
Text Example
White with #BC451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC451A; }
p { color: rgb(188,69,26); }
H1.HeaderClassName
{
color: #BC451A;
}
.AnyTagClassName
{
color: #BC451A;
}
</style>
background-color css
<style>
a { background-color: #BC451A; }
a { background-color: rgb(188,69,26); }
div.DivClassName
{
background-color: #BC451A;
}
.BgClassName
{
background-color: #BC451A;
}
</style>
border-color css
<style>
span { border-color: #BC451A; }
span { border-color: rgb(188,69,26); }
td.TdClassName
{
border-color: #BC451A;
}
.TagClassName
{
border-color: #BC451A;
}
</style>