Shades of Rust #B13901
Tints of Rust #B13901
RGB
CMYK
RGB Variations
Color information
#B13901 (or 0xB13901) is known color: Rust. HEX triplet: B1, 39 and 01. RGB value is (177,57,1). Sum of RGB (Red+Green+Blue) = 177+57+1=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B13901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13901 is #4EC6FE. Grayscale: #565656. Windows color (decimal): -5162751 or 80305. OLE color: 80305.
HSL color Cylindrical-coordinate representation of color #B13901: hue angle of 19.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B13901 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.31 |
| HSL | 19.09º | 0.99% | 0.35% | - |
| HSV(B) | 19.09º | 0.99% | 0.69% | - |
| XYZ | 19.6 | 12.28 | 1.37 | - |
| YUV | 86.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 1 | 0 | 0.68 | 0.99 | 0.31 | 19.09 | 0.99 | 0.35 |
| Hex | B1 | 39 | 1 | 0 | 44 | 63 | 1F | 13 | 63 | 23 |
| Octal | 261 | 71 | 1 | 0 | 104 | 143 | 37 | 23 | 143 | 43 |
| Binary | 10110001 | 111001 | 1 | 0 | 1000100 | 1100011 | 11111 | 10011 | 1100011 | 100011 |
Color Harmonies of #B13901
Complementary color
Monochromatic Colors of #B13901
Black with #B13901
Text Example
Text Example
White with #B13901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13901; }
p { color: rgb(177,57,1); }
H1.HeaderClassName
{
color: #B13901;
}
.AnyTagClassName
{
color: #B13901;
}
</style>
background-color css
<style>
a { background-color: #B13901; }
a { background-color: rgb(177,57,1); }
div.DivClassName
{
background-color: #B13901;
}
.BgClassName
{
background-color: #B13901;
}
</style>
border-color css
<style>
span { border-color: #B13901; }
span { border-color: rgb(177,57,1); }
td.TdClassName
{
border-color: #B13901;
}
.TagClassName
{
border-color: #B13901;
}
</style>