Shades of Rust #BC380B
Tints of Rust #BC380B
RGB
CMYK
RGB Variations
Color information
#BC380B (or 0xBC380B) is known color: Rust. HEX triplet: BC, 38 and 0B. RGB value is (188,56,11). Sum of RGB (Red+Green+Blue) = 188+56+11=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC380B is #43C7F4. Grayscale: #5A5A5A. Windows color (decimal): -4442101 or 735420. OLE color: 735420.
HSL color Cylindrical-coordinate representation of color #BC380B: hue angle of 15.25º degrees, saturation: 0.89, 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 #BC380B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.26 |
| HSL | 15.25º | 0.89% | 0.39% | - |
| HSV(B) | 15.25º | 0.94% | 0.74% | - |
| XYZ | 22.21 | 13.54 | 1.76 | - |
| YUV | 90.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 11 | 0 | 0.70 | 0.94 | 0.26 | 15.25 | 0.89 | 0.39 |
| Hex | BC | 38 | B | 0 | 46 | 5E | 1A | F | 59 | 27 |
| Octal | 274 | 70 | 13 | 0 | 106 | 136 | 32 | 17 | 131 | 47 |
| Binary | 10111100 | 111000 | 1011 | 0 | 1000110 | 1011110 | 11010 | 1111 | 1011001 | 100111 |
Color Harmonies of #BC380B
Complementary color
Monochromatic Colors of #BC380B
Black with #BC380B
Text Example
Text Example
White with #BC380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC380B; }
p { color: rgb(188,56,11); }
H1.HeaderClassName
{
color: #BC380B;
}
.AnyTagClassName
{
color: #BC380B;
}
</style>
background-color css
<style>
a { background-color: #BC380B; }
a { background-color: rgb(188,56,11); }
div.DivClassName
{
background-color: #BC380B;
}
.BgClassName
{
background-color: #BC380B;
}
</style>
border-color css
<style>
span { border-color: #BC380B; }
span { border-color: rgb(188,56,11); }
td.TdClassName
{
border-color: #BC380B;
}
.TagClassName
{
border-color: #BC380B;
}
</style>