Shades of Rust #B03C11
Tints of Rust #B03C11
RGB
CMYK
RGB Variations
Color information
#B03C11 (or 0xB03C11) is known color: Rust. HEX triplet: B0, 3C and 11. RGB value is (176,60,17). Sum of RGB (Red+Green+Blue) = 176+60+17=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C11 is #4FC3EE. Grayscale: #5A5A5A. Windows color (decimal): -5227503 or 1129648. OLE color: 1129648.
HSL color Cylindrical-coordinate representation of color #B03C11: hue angle of 16.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B03C11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 17 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.31 |
| HSL | 16.23º | 0.82% | 0.38% | - |
| HSV(B) | 16.23º | 0.9% | 0.69% | - |
| XYZ | 19.62 | 12.5 | 1.91 | - |
| YUV | 89.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 17 | 0 | 0.66 | 0.90 | 0.31 | 16.23 | 0.82 | 0.38 |
| Hex | B0 | 3C | 11 | 0 | 42 | 5A | 1F | 10 | 52 | 26 |
| Octal | 260 | 74 | 21 | 0 | 102 | 132 | 37 | 20 | 122 | 46 |
| Binary | 10110000 | 111100 | 10001 | 0 | 1000010 | 1011010 | 11111 | 10000 | 1010010 | 100110 |
Color Harmonies of #B03C11
Complementary color
Monochromatic Colors of #B03C11
Black with #B03C11
Text Example
Text Example
White with #B03C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C11; }
p { color: rgb(176,60,17); }
H1.HeaderClassName
{
color: #B03C11;
}
.AnyTagClassName
{
color: #B03C11;
}
</style>
background-color css
<style>
a { background-color: #B03C11; }
a { background-color: rgb(176,60,17); }
div.DivClassName
{
background-color: #B03C11;
}
.BgClassName
{
background-color: #B03C11;
}
</style>
border-color css
<style>
span { border-color: #B03C11; }
span { border-color: rgb(176,60,17); }
td.TdClassName
{
border-color: #B03C11;
}
.TagClassName
{
border-color: #B03C11;
}
</style>