Shades of Rust #BC430A
Tints of Rust #BC430A
RGB
CMYK
RGB Variations
Color information
#BC430A (or 0xBC430A) is known color: Rust. HEX triplet: BC, 43 and 0A. RGB value is (188,67,10). Sum of RGB (Red+Green+Blue) = 188+67+10=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC430A is #43BCF5. Grayscale: #616161. Windows color (decimal): -4439286 or 672700. OLE color: 672700.
HSL color Cylindrical-coordinate representation of color #BC430A: hue angle of 19.21º degrees, saturation: 0.9, 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 #BC430A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.26 |
| HSL | 19.21º | 0.9% | 0.39% | - |
| HSV(B) | 19.21º | 0.95% | 0.74% | - |
| XYZ | 22.8 | 14.73 | 1.93 | - |
| YUV | 96.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 10 | 0 | 0.64 | 0.95 | 0.26 | 19.21 | 0.9 | 0.39 |
| Hex | BC | 43 | A | 0 | 40 | 5F | 1A | 13 | 5A | 27 |
| Octal | 274 | 103 | 12 | 0 | 100 | 137 | 32 | 23 | 132 | 47 |
| Binary | 10111100 | 1000011 | 1010 | 0 | 1000000 | 1011111 | 11010 | 10011 | 1011010 | 100111 |
Color Harmonies of #BC430A
Complementary color
Monochromatic Colors of #BC430A
Black with #BC430A
Text Example
Text Example
White with #BC430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC430A; }
p { color: rgb(188,67,10); }
H1.HeaderClassName
{
color: #BC430A;
}
.AnyTagClassName
{
color: #BC430A;
}
</style>
background-color css
<style>
a { background-color: #BC430A; }
a { background-color: rgb(188,67,10); }
div.DivClassName
{
background-color: #BC430A;
}
.BgClassName
{
background-color: #BC430A;
}
</style>
border-color css
<style>
span { border-color: #BC430A; }
span { border-color: rgb(188,67,10); }
td.TdClassName
{
border-color: #BC430A;
}
.TagClassName
{
border-color: #BC430A;
}
</style>