Shades of Rust #B13601
Tints of Rust #B13601
RGB
CMYK
RGB Variations
Color information
#B13601 (or 0xB13601) is known color: Rust. HEX triplet: B1, 36 and 01. RGB value is (177,54,1). Sum of RGB (Red+Green+Blue) = 177+54+1=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B13601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13601 is #4EC9FE. Grayscale: #555555. Windows color (decimal): -5163519 or 79537. OLE color: 79537.
HSL color Cylindrical-coordinate representation of color #B13601: hue angle of 18.07º 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 #B13601 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.31 |
| HSL | 18.07º | 0.99% | 0.35% | - |
| HSV(B) | 18.07º | 0.99% | 0.69% | - |
| XYZ | 19.46 | 11.99 | 1.32 | - |
| YUV | 84.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 1 | 0 | 0.69 | 0.99 | 0.31 | 18.07 | 0.99 | 0.35 |
| Hex | B1 | 36 | 1 | 0 | 45 | 63 | 1F | 12 | 63 | 23 |
| Octal | 261 | 66 | 1 | 0 | 105 | 143 | 37 | 22 | 143 | 43 |
| Binary | 10110001 | 110110 | 1 | 0 | 1000101 | 1100011 | 11111 | 10010 | 1100011 | 100011 |
Color Harmonies of #B13601
Complementary color
Monochromatic Colors of #B13601
Black with #B13601
Text Example
Text Example
White with #B13601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13601; }
p { color: rgb(177,54,1); }
H1.HeaderClassName
{
color: #B13601;
}
.AnyTagClassName
{
color: #B13601;
}
</style>
background-color css
<style>
a { background-color: #B13601; }
a { background-color: rgb(177,54,1); }
div.DivClassName
{
background-color: #B13601;
}
.BgClassName
{
background-color: #B13601;
}
</style>
border-color css
<style>
span { border-color: #B13601; }
span { border-color: rgb(177,54,1); }
td.TdClassName
{
border-color: #B13601;
}
.TagClassName
{
border-color: #B13601;
}
</style>