Shades of Rust #B13502
Tints of Rust #B13502
RGB
CMYK
RGB Variations
Color information
#B13502 (or 0xB13502) is known color: Rust. HEX triplet: B1, 35 and 02. RGB value is (177,53,2). Sum of RGB (Red+Green+Blue) = 177+53+2=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B13502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13502 is #4ECAFD. Grayscale: #545454. Windows color (decimal): -5163774 or 144817. OLE color: 144817.
HSL color Cylindrical-coordinate representation of color #B13502: hue angle of 17.49º degrees, saturation: 0.98, 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 #B13502 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.31 |
| HSL | 17.49º | 0.98% | 0.35% | - |
| HSV(B) | 17.49º | 0.99% | 0.69% | - |
| XYZ | 19.42 | 11.9 | 1.33 | - |
| YUV | 84.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 2 | 0 | 0.70 | 0.99 | 0.31 | 17.49 | 0.98 | 0.35 |
| Hex | B1 | 35 | 2 | 0 | 46 | 63 | 1F | 11 | 62 | 23 |
| Octal | 261 | 65 | 2 | 0 | 106 | 143 | 37 | 21 | 142 | 43 |
| Binary | 10110001 | 110101 | 10 | 0 | 1000110 | 1100011 | 11111 | 10001 | 1100010 | 100011 |
Color Harmonies of #B13502
Complementary color
Monochromatic Colors of #B13502
Black with #B13502
Text Example
Text Example
White with #B13502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13502; }
p { color: rgb(177,53,2); }
H1.HeaderClassName
{
color: #B13502;
}
.AnyTagClassName
{
color: #B13502;
}
</style>
background-color css
<style>
a { background-color: #B13502; }
a { background-color: rgb(177,53,2); }
div.DivClassName
{
background-color: #B13502;
}
.BgClassName
{
background-color: #B13502;
}
</style>
border-color css
<style>
span { border-color: #B13502; }
span { border-color: rgb(177,53,2); }
td.TdClassName
{
border-color: #B13502;
}
.TagClassName
{
border-color: #B13502;
}
</style>