Shades of Rust #BC430C
Tints of Rust #BC430C
RGB
CMYK
RGB Variations
Color information
#BC430C (or 0xBC430C) is known color: Rust. HEX triplet: BC, 43 and 0C. RGB value is (188,67,12). Sum of RGB (Red+Green+Blue) = 188+67+12=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC430C is #43BCF3. Grayscale: #616161. Windows color (decimal): -4439284 or 803772. OLE color: 803772.
HSL color Cylindrical-coordinate representation of color #BC430C: hue angle of 18.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC430C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.26 |
| HSL | 18.75º | 0.88% | 0.39% | - |
| HSV(B) | 18.75º | 0.94% | 0.74% | - |
| XYZ | 22.81 | 14.73 | 1.99 | - |
| YUV | 96.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 12 | 0 | 0.64 | 0.94 | 0.26 | 18.75 | 0.88 | 0.39 |
| Hex | BC | 43 | C | 0 | 40 | 5E | 1A | 13 | 58 | 27 |
| Octal | 274 | 103 | 14 | 0 | 100 | 136 | 32 | 23 | 130 | 47 |
| Binary | 10111100 | 1000011 | 1100 | 0 | 1000000 | 1011110 | 11010 | 10011 | 1011000 | 100111 |
Color Harmonies of #BC430C
Complementary color
Monochromatic Colors of #BC430C
Black with #BC430C
Text Example
Text Example
White with #BC430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC430C; }
p { color: rgb(188,67,12); }
H1.HeaderClassName
{
color: #BC430C;
}
.AnyTagClassName
{
color: #BC430C;
}
</style>
background-color css
<style>
a { background-color: #BC430C; }
a { background-color: rgb(188,67,12); }
div.DivClassName
{
background-color: #BC430C;
}
.BgClassName
{
background-color: #BC430C;
}
</style>
border-color css
<style>
span { border-color: #BC430C; }
span { border-color: rgb(188,67,12); }
td.TdClassName
{
border-color: #BC430C;
}
.TagClassName
{
border-color: #BC430C;
}
</style>