Shades of Rust #BC3403
Tints of Rust #BC3403
RGB
CMYK
RGB Variations
Color information
#BC3403 (or 0xBC3403) is known color: Rust. HEX triplet: BC, 34 and 03. RGB value is (188,52,3). Sum of RGB (Red+Green+Blue) = 188+52+3=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3403 is #43CBFC. Grayscale: #575757. Windows color (decimal): -4443133 or 210108. OLE color: 210108.
HSL color Cylindrical-coordinate representation of color #BC3403: hue angle of 15.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3403 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.26 |
| HSL | 15.89º | 0.97% | 0.37% | - |
| HSV(B) | 15.89º | 0.98% | 0.74% | - |
| XYZ | 21.98 | 13.15 | 1.47 | - |
| YUV | 87.08 | 80.56 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 3 | 0 | 0.72 | 0.98 | 0.26 | 15.89 | 0.97 | 0.37 |
| Hex | BC | 34 | 3 | 0 | 48 | 62 | 1A | 10 | 61 | 25 |
| Octal | 274 | 64 | 3 | 0 | 110 | 142 | 32 | 20 | 141 | 45 |
| Binary | 10111100 | 110100 | 11 | 0 | 1001000 | 1100010 | 11010 | 10000 | 1100001 | 100101 |
Color Harmonies of #BC3403
Complementary color
Monochromatic Colors of #BC3403
Black with #BC3403
Text Example
Text Example
White with #BC3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3403; }
p { color: rgb(188,52,3); }
H1.HeaderClassName
{
color: #BC3403;
}
.AnyTagClassName
{
color: #BC3403;
}
</style>
background-color css
<style>
a { background-color: #BC3403; }
a { background-color: rgb(188,52,3); }
div.DivClassName
{
background-color: #BC3403;
}
.BgClassName
{
background-color: #BC3403;
}
</style>
border-color css
<style>
span { border-color: #BC3403; }
span { border-color: rgb(188,52,3); }
td.TdClassName
{
border-color: #BC3403;
}
.TagClassName
{
border-color: #BC3403;
}
</style>