Shades of Rust #B1300D
Tints of Rust #B1300D
RGB
CMYK
RGB Variations
Color information
#B1300D (or 0xB1300D) is known color: Rust. HEX triplet: B1, 30 and 0D. RGB value is (177,48,13). Sum of RGB (Red+Green+Blue) = 177+48+13=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1300D is #4ECFF2. Grayscale: #525252. Windows color (decimal): -5165043 or 864433. OLE color: 864433.
HSL color Cylindrical-coordinate representation of color #B1300D: hue angle of 12.8º 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 #B1300D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.31 |
| HSL | 12.8º | 0.86% | 0.37% | - |
| HSV(B) | 12.8º | 0.93% | 0.69% | - |
| XYZ | 19.26 | 11.49 | 1.58 | - |
| YUV | 82.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 13 | 0 | 0.73 | 0.93 | 0.31 | 12.8 | 0.86 | 0.37 |
| Hex | B1 | 30 | D | 0 | 49 | 5D | 1F | D | 56 | 25 |
| Octal | 261 | 60 | 15 | 0 | 111 | 135 | 37 | 15 | 126 | 45 |
| Binary | 10110001 | 110000 | 1101 | 0 | 1001001 | 1011101 | 11111 | 1101 | 1010110 | 100101 |
Color Harmonies of #B1300D
Complementary color
Monochromatic Colors of #B1300D
Black with #B1300D
Text Example
Text Example
White with #B1300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1300D; }
p { color: rgb(177,48,13); }
H1.HeaderClassName
{
color: #B1300D;
}
.AnyTagClassName
{
color: #B1300D;
}
</style>
background-color css
<style>
a { background-color: #B1300D; }
a { background-color: rgb(177,48,13); }
div.DivClassName
{
background-color: #B1300D;
}
.BgClassName
{
background-color: #B1300D;
}
</style>
border-color css
<style>
span { border-color: #B1300D; }
span { border-color: rgb(177,48,13); }
td.TdClassName
{
border-color: #B1300D;
}
.TagClassName
{
border-color: #B1300D;
}
</style>