Shades of Rust #B13301
Tints of Rust #B13301
RGB
CMYK
RGB Variations
Color information
#B13301 (or 0xB13301) is known color: Rust. HEX triplet: B1, 33 and 01. RGB value is (177,51,1). Sum of RGB (Red+Green+Blue) = 177+51+1=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B13301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13301 is #4ECCFE. Grayscale: #535353. Windows color (decimal): -5164287 or 78769. OLE color: 78769.
HSL color Cylindrical-coordinate representation of color #B13301: hue angle of 17.05º 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 #B13301 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.31 |
| HSL | 17.05º | 0.99% | 0.35% | - |
| HSV(B) | 17.05º | 0.99% | 0.69% | - |
| XYZ | 19.32 | 11.72 | 1.27 | - |
| YUV | 82.97 | 81.74 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 1 | 0 | 0.71 | 0.99 | 0.31 | 17.05 | 0.99 | 0.35 |
| Hex | B1 | 33 | 1 | 0 | 47 | 63 | 1F | 11 | 63 | 23 |
| Octal | 261 | 63 | 1 | 0 | 107 | 143 | 37 | 21 | 143 | 43 |
| Binary | 10110001 | 110011 | 1 | 0 | 1000111 | 1100011 | 11111 | 10001 | 1100011 | 100011 |
Color Harmonies of #B13301
Complementary color
Monochromatic Colors of #B13301
Black with #B13301
Text Example
Text Example
White with #B13301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13301; }
p { color: rgb(177,51,1); }
H1.HeaderClassName
{
color: #B13301;
}
.AnyTagClassName
{
color: #B13301;
}
</style>
background-color css
<style>
a { background-color: #B13301; }
a { background-color: rgb(177,51,1); }
div.DivClassName
{
background-color: #B13301;
}
.BgClassName
{
background-color: #B13301;
}
</style>
border-color css
<style>
span { border-color: #B13301; }
span { border-color: rgb(177,51,1); }
td.TdClassName
{
border-color: #B13301;
}
.TagClassName
{
border-color: #B13301;
}
</style>