Shades of Rust #BC360D
Tints of Rust #BC360D
RGB
CMYK
RGB Variations
Color information
#BC360D (or 0xBC360D) is known color: Rust. HEX triplet: BC, 36 and 0D. RGB value is (188,54,13). Sum of RGB (Red+Green+Blue) = 188+54+13=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360D is #43C9F2. Grayscale: #595959. Windows color (decimal): -4442611 or 865980. OLE color: 865980.
HSL color Cylindrical-coordinate representation of color #BC360D: hue angle of 14.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC360D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.26 |
| HSL | 14.06º | 0.87% | 0.39% | - |
| HSV(B) | 14.06º | 0.93% | 0.74% | - |
| XYZ | 22.13 | 13.36 | 1.79 | - |
| YUV | 89.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 13 | 0 | 0.71 | 0.93 | 0.26 | 14.06 | 0.87 | 0.39 |
| Hex | BC | 36 | D | 0 | 47 | 5D | 1A | E | 57 | 27 |
| Octal | 274 | 66 | 15 | 0 | 107 | 135 | 32 | 16 | 127 | 47 |
| Binary | 10111100 | 110110 | 1101 | 0 | 1000111 | 1011101 | 11010 | 1110 | 1010111 | 100111 |
Color Harmonies of #BC360D
Complementary color
Monochromatic Colors of #BC360D
Black with #BC360D
Text Example
Text Example
White with #BC360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC360D; }
p { color: rgb(188,54,13); }
H1.HeaderClassName
{
color: #BC360D;
}
.AnyTagClassName
{
color: #BC360D;
}
</style>
background-color css
<style>
a { background-color: #BC360D; }
a { background-color: rgb(188,54,13); }
div.DivClassName
{
background-color: #BC360D;
}
.BgClassName
{
background-color: #BC360D;
}
</style>
border-color css
<style>
span { border-color: #BC360D; }
span { border-color: rgb(188,54,13); }
td.TdClassName
{
border-color: #BC360D;
}
.TagClassName
{
border-color: #BC360D;
}
</style>