Shades of Rust #B03D16
Tints of Rust #B03D16
RGB
CMYK
RGB Variations
Color information
#B03D16 (or 0xB03D16) is known color: Rust. HEX triplet: B0, 3D and 16. RGB value is (176,61,22). Sum of RGB (Red+Green+Blue) = 176+61+22=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03D16 is #4FC2E9. Grayscale: #5B5B5B. Windows color (decimal): -5227242 or 1457584. OLE color: 1457584.
HSL color Cylindrical-coordinate representation of color #B03D16: hue angle of 15.19º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03D16 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.31 |
| HSL | 15.19º | 0.78% | 0.39% | - |
| HSV(B) | 15.19º | 0.88% | 0.69% | - |
| XYZ | 19.72 | 12.63 | 2.16 | - |
| YUV | 90.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 22 | 0 | 0.65 | 0.88 | 0.31 | 15.19 | 0.78 | 0.39 |
| Hex | B0 | 3D | 16 | 0 | 41 | 58 | 1F | F | 4E | 27 |
| Octal | 260 | 75 | 26 | 0 | 101 | 130 | 37 | 17 | 116 | 47 |
| Binary | 10110000 | 111101 | 10110 | 0 | 1000001 | 1011000 | 11111 | 1111 | 1001110 | 100111 |
Color Harmonies of #B03D16
Complementary color
Monochromatic Colors of #B03D16
Black with #B03D16
Text Example
Text Example
White with #B03D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D16; }
p { color: rgb(176,61,22); }
H1.HeaderClassName
{
color: #B03D16;
}
.AnyTagClassName
{
color: #B03D16;
}
</style>
background-color css
<style>
a { background-color: #B03D16; }
a { background-color: rgb(176,61,22); }
div.DivClassName
{
background-color: #B03D16;
}
.BgClassName
{
background-color: #B03D16;
}
</style>
border-color css
<style>
span { border-color: #B03D16; }
span { border-color: rgb(176,61,22); }
td.TdClassName
{
border-color: #B03D16;
}
.TagClassName
{
border-color: #B03D16;
}
</style>