Shades of Rust #B0440D
Tints of Rust #B0440D
RGB
CMYK
RGB Variations
Color information
#B0440D (or 0xB0440D) is known color: Rust. HEX triplet: B0, 44 and 0D. RGB value is (176,68,13). Sum of RGB (Red+Green+Blue) = 176+68+13=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440D is #4FBBF2. Grayscale: #5E5E5E. Windows color (decimal): -5225459 or 869552. OLE color: 869552.
HSL color Cylindrical-coordinate representation of color #B0440D: hue angle of 20.25º degrees, saturation: 0.86, 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 #B0440D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 13 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.31 |
| HSL | 20.25º | 0.86% | 0.37% | - |
| HSV(B) | 20.25º | 0.93% | 0.69% | - |
| XYZ | 20.04 | 13.39 | 1.91 | - |
| YUV | 94.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 13 | 0 | 0.61 | 0.93 | 0.31 | 20.25 | 0.86 | 0.37 |
| Hex | B0 | 44 | D | 0 | 3D | 5D | 1F | 14 | 56 | 25 |
| Octal | 260 | 104 | 15 | 0 | 75 | 135 | 37 | 24 | 126 | 45 |
| Binary | 10110000 | 1000100 | 1101 | 0 | 111101 | 1011101 | 11111 | 10100 | 1010110 | 100101 |
Color Harmonies of #B0440D
Complementary color
Monochromatic Colors of #B0440D
Black with #B0440D
Text Example
Text Example
White with #B0440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0440D; }
p { color: rgb(176,68,13); }
H1.HeaderClassName
{
color: #B0440D;
}
.AnyTagClassName
{
color: #B0440D;
}
</style>
background-color css
<style>
a { background-color: #B0440D; }
a { background-color: rgb(176,68,13); }
div.DivClassName
{
background-color: #B0440D;
}
.BgClassName
{
background-color: #B0440D;
}
</style>
border-color css
<style>
span { border-color: #B0440D; }
span { border-color: rgb(176,68,13); }
td.TdClassName
{
border-color: #B0440D;
}
.TagClassName
{
border-color: #B0440D;
}
</style>