Shades of Rust #B0370D
Tints of Rust #B0370D
RGB
CMYK
RGB Variations
Color information
#B0370D (or 0xB0370D) is known color: Rust. HEX triplet: B0, 37 and 0D. RGB value is (176,55,13). Sum of RGB (Red+Green+Blue) = 176+55+13=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0370D is #4FC8F2. Grayscale: #565656. Windows color (decimal): -5228787 or 866224. OLE color: 866224.
HSL color Cylindrical-coordinate representation of color #B0370D: hue angle of 15.46º 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 #B0370D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.31 |
| HSL | 15.46º | 0.86% | 0.37% | - |
| HSV(B) | 15.46º | 0.93% | 0.69% | - |
| XYZ | 19.34 | 11.99 | 1.68 | - |
| YUV | 86.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 13 | 0 | 0.69 | 0.93 | 0.31 | 15.46 | 0.86 | 0.37 |
| Hex | B0 | 37 | D | 0 | 45 | 5D | 1F | F | 56 | 25 |
| Octal | 260 | 67 | 15 | 0 | 105 | 135 | 37 | 17 | 126 | 45 |
| Binary | 10110000 | 110111 | 1101 | 0 | 1000101 | 1011101 | 11111 | 1111 | 1010110 | 100101 |
Color Harmonies of #B0370D
Complementary color
Monochromatic Colors of #B0370D
Black with #B0370D
Text Example
Text Example
White with #B0370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0370D; }
p { color: rgb(176,55,13); }
H1.HeaderClassName
{
color: #B0370D;
}
.AnyTagClassName
{
color: #B0370D;
}
</style>
background-color css
<style>
a { background-color: #B0370D; }
a { background-color: rgb(176,55,13); }
div.DivClassName
{
background-color: #B0370D;
}
.BgClassName
{
background-color: #B0370D;
}
</style>
border-color css
<style>
span { border-color: #B0370D; }
span { border-color: rgb(176,55,13); }
td.TdClassName
{
border-color: #B0370D;
}
.TagClassName
{
border-color: #B0370D;
}
</style>