Shades of Rust #BC431A
Tints of Rust #BC431A
RGB
CMYK
RGB Variations
Color information
#BC431A (or 0xBC431A) is known color: Rust. HEX triplet: BC, 43 and 1A. RGB value is (188,67,26). Sum of RGB (Red+Green+Blue) = 188+67+26=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC431A is #43BCE5. Grayscale: #626262. Windows color (decimal): -4439270 or 1721276. OLE color: 1721276.
HSL color Cylindrical-coordinate representation of color #BC431A: hue angle of 15.19º 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 #BC431A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.26 |
| HSL | 15.19º | 0.76% | 0.42% | - |
| HSV(B) | 15.19º | 0.86% | 0.74% | - |
| XYZ | 22.93 | 14.78 | 2.62 | - |
| YUV | 98.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 26 | 0 | 0.64 | 0.86 | 0.26 | 15.19 | 0.76 | 0.42 |
| Hex | BC | 43 | 1A | 0 | 40 | 56 | 1A | F | 4C | 2A |
| Octal | 274 | 103 | 32 | 0 | 100 | 126 | 32 | 17 | 114 | 52 |
| Binary | 10111100 | 1000011 | 11010 | 0 | 1000000 | 1010110 | 11010 | 1111 | 1001100 | 101010 |
Color Harmonies of #BC431A
Complementary color
Monochromatic Colors of #BC431A
Black with #BC431A
Text Example
Text Example
White with #BC431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC431A; }
p { color: rgb(188,67,26); }
H1.HeaderClassName
{
color: #BC431A;
}
.AnyTagClassName
{
color: #BC431A;
}
</style>
background-color css
<style>
a { background-color: #BC431A; }
a { background-color: rgb(188,67,26); }
div.DivClassName
{
background-color: #BC431A;
}
.BgClassName
{
background-color: #BC431A;
}
</style>
border-color css
<style>
span { border-color: #BC431A; }
span { border-color: rgb(188,67,26); }
td.TdClassName
{
border-color: #BC431A;
}
.TagClassName
{
border-color: #BC431A;
}
</style>