Shades of Rust #B03C0F
Tints of Rust #B03C0F
RGB
CMYK
RGB Variations
Color information
#B03C0F (or 0xB03C0F) is known color: Rust. HEX triplet: B0, 3C and 0F. RGB value is (176,60,15). Sum of RGB (Red+Green+Blue) = 176+60+15=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C0F is #4FC3F0. Grayscale: #595959. Windows color (decimal): -5227505 or 998576. OLE color: 998576.
HSL color Cylindrical-coordinate representation of color #B03C0F: hue angle of 16.77º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B03C0F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 15 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.31 |
| HSL | 16.77º | 0.84% | 0.37% | - |
| HSV(B) | 16.77º | 0.91% | 0.69% | - |
| XYZ | 19.61 | 12.5 | 1.83 | - |
| YUV | 89.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 15 | 0 | 0.66 | 0.91 | 0.31 | 16.77 | 0.84 | 0.37 |
| Hex | B0 | 3C | F | 0 | 42 | 5B | 1F | 11 | 54 | 25 |
| Octal | 260 | 74 | 17 | 0 | 102 | 133 | 37 | 21 | 124 | 45 |
| Binary | 10110000 | 111100 | 1111 | 0 | 1000010 | 1011011 | 11111 | 10001 | 1010100 | 100101 |
Color Harmonies of #B03C0F
Complementary color
Monochromatic Colors of #B03C0F
Black with #B03C0F
Text Example
Text Example
White with #B03C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C0F; }
p { color: rgb(176,60,15); }
H1.HeaderClassName
{
color: #B03C0F;
}
.AnyTagClassName
{
color: #B03C0F;
}
</style>
background-color css
<style>
a { background-color: #B03C0F; }
a { background-color: rgb(176,60,15); }
div.DivClassName
{
background-color: #B03C0F;
}
.BgClassName
{
background-color: #B03C0F;
}
</style>
border-color css
<style>
span { border-color: #B03C0F; }
span { border-color: rgb(176,60,15); }
td.TdClassName
{
border-color: #B03C0F;
}
.TagClassName
{
border-color: #B03C0F;
}
</style>