Shades of Rust #B03914
Tints of Rust #B03914
RGB
CMYK
RGB Variations
Color information
#B03914 (or 0xB03914) is known color: Rust. HEX triplet: B0, 39 and 14. RGB value is (176,57,20). Sum of RGB (Red+Green+Blue) = 176+57+20=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B03914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03914 is #4FC6EB. Grayscale: #585858. Windows color (decimal): -5228268 or 1325488. OLE color: 1325488.
HSL color Cylindrical-coordinate representation of color #B03914: hue angle of 14.23º 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 #B03914 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 20 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.31 |
| HSL | 14.23º | 0.8% | 0.38% | - |
| HSV(B) | 14.23º | 0.89% | 0.69% | - |
| XYZ | 19.49 | 12.21 | 1.99 | - |
| YUV | 88.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 20 | 0 | 0.68 | 0.89 | 0.31 | 14.23 | 0.8 | 0.38 |
| Hex | B0 | 39 | 14 | 0 | 44 | 59 | 1F | E | 50 | 26 |
| Octal | 260 | 71 | 24 | 0 | 104 | 131 | 37 | 16 | 120 | 46 |
| Binary | 10110000 | 111001 | 10100 | 0 | 1000100 | 1011001 | 11111 | 1110 | 1010000 | 100110 |
Color Harmonies of #B03914
Complementary color
Monochromatic Colors of #B03914
Black with #B03914
Text Example
Text Example
White with #B03914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03914; }
p { color: rgb(176,57,20); }
H1.HeaderClassName
{
color: #B03914;
}
.AnyTagClassName
{
color: #B03914;
}
</style>
background-color css
<style>
a { background-color: #B03914; }
a { background-color: rgb(176,57,20); }
div.DivClassName
{
background-color: #B03914;
}
.BgClassName
{
background-color: #B03914;
}
</style>
border-color css
<style>
span { border-color: #B03914; }
span { border-color: rgb(176,57,20); }
td.TdClassName
{
border-color: #B03914;
}
.TagClassName
{
border-color: #B03914;
}
</style>