Shades of Rust #B1520D
Tints of Rust #B1520D
RGB
CMYK
RGB Variations
Color information
#B1520D (or 0xB1520D) is known color: Rust. HEX triplet: B1, 52 and 0D. RGB value is (177,82,13). Sum of RGB (Red+Green+Blue) = 177+82+13=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1520D is #4EADF2. Grayscale: #666666. Windows color (decimal): -5156339 or 873137. OLE color: 873137.
HSL color Cylindrical-coordinate representation of color #B1520D: hue angle of 25.24º 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 #B1520D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.31 |
| HSL | 25.24º | 0.86% | 0.37% | - |
| HSV(B) | 25.24º | 0.93% | 0.69% | - |
| XYZ | 21.22 | 15.41 | 2.24 | - |
| YUV | 102.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 13 | 0 | 0.54 | 0.93 | 0.31 | 25.24 | 0.86 | 0.37 |
| Hex | B1 | 52 | D | 0 | 36 | 5D | 1F | 19 | 56 | 25 |
| Octal | 261 | 122 | 15 | 0 | 66 | 135 | 37 | 31 | 126 | 45 |
| Binary | 10110001 | 1010010 | 1101 | 0 | 110110 | 1011101 | 11111 | 11001 | 1010110 | 100101 |
Color Harmonies of #B1520D
Complementary color
Monochromatic Colors of #B1520D
Black with #B1520D
Text Example
Text Example
White with #B1520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1520D; }
p { color: rgb(177,82,13); }
H1.HeaderClassName
{
color: #B1520D;
}
.AnyTagClassName
{
color: #B1520D;
}
</style>
background-color css
<style>
a { background-color: #B1520D; }
a { background-color: rgb(177,82,13); }
div.DivClassName
{
background-color: #B1520D;
}
.BgClassName
{
background-color: #B1520D;
}
</style>
border-color css
<style>
span { border-color: #B1520D; }
span { border-color: rgb(177,82,13); }
td.TdClassName
{
border-color: #B1520D;
}
.TagClassName
{
border-color: #B1520D;
}
</style>