Shades of Rust #B13B03
Tints of Rust #B13B03
RGB
CMYK
RGB Variations
Color information
#B13B03 (or 0xB13B03) is known color: Rust. HEX triplet: B1, 3B and 03. RGB value is (177,59,3). Sum of RGB (Red+Green+Blue) = 177+59+3=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13B03 is #4EC4FC. Grayscale: #585858. Windows color (decimal): -5162237 or 211889. OLE color: 211889.
HSL color Cylindrical-coordinate representation of color #B13B03: hue angle of 19.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B13B03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.31 |
| HSL | 19.31º | 0.97% | 0.35% | - |
| HSV(B) | 19.31º | 0.98% | 0.69% | - |
| XYZ | 19.71 | 12.48 | 1.46 | - |
| YUV | 87.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 3 | 0 | 0.67 | 0.98 | 0.31 | 19.31 | 0.97 | 0.35 |
| Hex | B1 | 3B | 3 | 0 | 43 | 62 | 1F | 13 | 61 | 23 |
| Octal | 261 | 73 | 3 | 0 | 103 | 142 | 37 | 23 | 141 | 43 |
| Binary | 10110001 | 111011 | 11 | 0 | 1000011 | 1100010 | 11111 | 10011 | 1100001 | 100011 |
Color Harmonies of #B13B03
Complementary color
Monochromatic Colors of #B13B03
Black with #B13B03
Text Example
Text Example
White with #B13B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B03; }
p { color: rgb(177,59,3); }
H1.HeaderClassName
{
color: #B13B03;
}
.AnyTagClassName
{
color: #B13B03;
}
</style>
background-color css
<style>
a { background-color: #B13B03; }
a { background-color: rgb(177,59,3); }
div.DivClassName
{
background-color: #B13B03;
}
.BgClassName
{
background-color: #B13B03;
}
</style>
border-color css
<style>
span { border-color: #B13B03; }
span { border-color: rgb(177,59,3); }
td.TdClassName
{
border-color: #B13B03;
}
.TagClassName
{
border-color: #B13B03;
}
</style>