Shades of Rust #B03C14
Tints of Rust #B03C14
RGB
CMYK
RGB Variations
Color information
#B03C14 (or 0xB03C14) is known color: Rust. HEX triplet: B0, 3C and 14. RGB value is (176,60,20). Sum of RGB (Red+Green+Blue) = 176+60+20=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C14 is #4FC3EB. Grayscale: #5A5A5A. Windows color (decimal): -5227500 or 1326256. OLE color: 1326256.
HSL color Cylindrical-coordinate representation of color #B03C14: hue angle of 15.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03C14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 20 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.31 |
| HSL | 15.38º | 0.8% | 0.38% | - |
| HSV(B) | 15.38º | 0.89% | 0.69% | - |
| XYZ | 19.65 | 12.51 | 2.04 | - |
| YUV | 90.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 20 | 0 | 0.66 | 0.89 | 0.31 | 15.38 | 0.8 | 0.38 |
| Hex | B0 | 3C | 14 | 0 | 42 | 59 | 1F | F | 50 | 26 |
| Octal | 260 | 74 | 24 | 0 | 102 | 131 | 37 | 17 | 120 | 46 |
| Binary | 10110000 | 111100 | 10100 | 0 | 1000010 | 1011001 | 11111 | 1111 | 1010000 | 100110 |
Color Harmonies of #B03C14
Complementary color
Monochromatic Colors of #B03C14
Black with #B03C14
Text Example
Text Example
White with #B03C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C14; }
p { color: rgb(176,60,20); }
H1.HeaderClassName
{
color: #B03C14;
}
.AnyTagClassName
{
color: #B03C14;
}
</style>
background-color css
<style>
a { background-color: #B03C14; }
a { background-color: rgb(176,60,20); }
div.DivClassName
{
background-color: #B03C14;
}
.BgClassName
{
background-color: #B03C14;
}
</style>
border-color css
<style>
span { border-color: #B03C14; }
span { border-color: rgb(176,60,20); }
td.TdClassName
{
border-color: #B03C14;
}
.TagClassName
{
border-color: #B03C14;
}
</style>