Shades of Rust #B0320D
Tints of Rust #B0320D
RGB
CMYK
RGB Variations
Color information
#B0320D (or 0xB0320D) is known color: Rust. HEX triplet: B0, 32 and 0D. RGB value is (176,50,13). Sum of RGB (Red+Green+Blue) = 176+50+13=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0320D is #4FCDF2. Grayscale: #535353. Windows color (decimal): -5230067 or 864944. OLE color: 864944.
HSL color Cylindrical-coordinate representation of color #B0320D: hue angle of 13.62º 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 #B0320D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.31 |
| HSL | 13.62º | 0.86% | 0.37% | - |
| HSV(B) | 13.62º | 0.93% | 0.69% | - |
| XYZ | 19.12 | 11.54 | 1.6 | - |
| YUV | 83.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 13 | 0 | 0.72 | 0.93 | 0.31 | 13.62 | 0.86 | 0.37 |
| Hex | B0 | 32 | D | 0 | 48 | 5D | 1F | E | 56 | 25 |
| Octal | 260 | 62 | 15 | 0 | 110 | 135 | 37 | 16 | 126 | 45 |
| Binary | 10110000 | 110010 | 1101 | 0 | 1001000 | 1011101 | 11111 | 1110 | 1010110 | 100101 |
Color Harmonies of #B0320D
Complementary color
Monochromatic Colors of #B0320D
Black with #B0320D
Text Example
Text Example
White with #B0320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0320D; }
p { color: rgb(176,50,13); }
H1.HeaderClassName
{
color: #B0320D;
}
.AnyTagClassName
{
color: #B0320D;
}
</style>
background-color css
<style>
a { background-color: #B0320D; }
a { background-color: rgb(176,50,13); }
div.DivClassName
{
background-color: #B0320D;
}
.BgClassName
{
background-color: #B0320D;
}
</style>
border-color css
<style>
span { border-color: #B0320D; }
span { border-color: rgb(176,50,13); }
td.TdClassName
{
border-color: #B0320D;
}
.TagClassName
{
border-color: #B0320D;
}
</style>