Shades of Rust #B03C0C
Tints of Rust #B03C0C
RGB
CMYK
RGB Variations
Color information
#B03C0C (or 0xB03C0C) is known color: Rust. HEX triplet: B0, 3C and 0C. RGB value is (176,60,12). Sum of RGB (Red+Green+Blue) = 176+60+12=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C0C is #4FC3F3. Grayscale: #595959. Windows color (decimal): -5227508 or 801968. OLE color: 801968.
HSL color Cylindrical-coordinate representation of color #B03C0C: hue angle of 17.56º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B03C0C is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 12 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.31 |
| HSL | 17.56º | 0.87% | 0.37% | - |
| HSV(B) | 17.56º | 0.93% | 0.69% | - |
| XYZ | 19.59 | 12.49 | 1.73 | - |
| YUV | 89.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 12 | 0 | 0.66 | 0.93 | 0.31 | 17.56 | 0.87 | 0.37 |
| Hex | B0 | 3C | C | 0 | 42 | 5D | 1F | 12 | 57 | 25 |
| Octal | 260 | 74 | 14 | 0 | 102 | 135 | 37 | 22 | 127 | 45 |
| Binary | 10110000 | 111100 | 1100 | 0 | 1000010 | 1011101 | 11111 | 10010 | 1010111 | 100101 |
Color Harmonies of #B03C0C
Complementary color
Monochromatic Colors of #B03C0C
Black with #B03C0C
Text Example
Text Example
White with #B03C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C0C; }
p { color: rgb(176,60,12); }
H1.HeaderClassName
{
color: #B03C0C;
}
.AnyTagClassName
{
color: #B03C0C;
}
</style>
background-color css
<style>
a { background-color: #B03C0C; }
a { background-color: rgb(176,60,12); }
div.DivClassName
{
background-color: #B03C0C;
}
.BgClassName
{
background-color: #B03C0C;
}
</style>
border-color css
<style>
span { border-color: #B03C0C; }
span { border-color: rgb(176,60,12); }
td.TdClassName
{
border-color: #B03C0C;
}
.TagClassName
{
border-color: #B03C0C;
}
</style>