Shades of Rust #B13A06
Tints of Rust #B13A06
RGB
CMYK
RGB Variations
Color information
#B13A06 (or 0xB13A06) is known color: Rust. HEX triplet: B1, 3A and 06. RGB value is (177,58,6). Sum of RGB (Red+Green+Blue) = 177+58+6=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13A06 is #4EC5F9. Grayscale: #575757. Windows color (decimal): -5162490 or 408241. OLE color: 408241.
HSL color Cylindrical-coordinate representation of color #B13A06: hue angle of 18.25º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B13A06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.31 |
| HSL | 18.25º | 0.93% | 0.36% | - |
| HSV(B) | 18.25º | 0.97% | 0.69% | - |
| XYZ | 19.68 | 12.39 | 1.53 | - |
| YUV | 87.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 6 | 0 | 0.67 | 0.97 | 0.31 | 18.25 | 0.93 | 0.36 |
| Hex | B1 | 3A | 6 | 0 | 43 | 61 | 1F | 12 | 5D | 24 |
| Octal | 261 | 72 | 6 | 0 | 103 | 141 | 37 | 22 | 135 | 44 |
| Binary | 10110001 | 111010 | 110 | 0 | 1000011 | 1100001 | 11111 | 10010 | 1011101 | 100100 |
Color Harmonies of #B13A06
Complementary color
Monochromatic Colors of #B13A06
Black with #B13A06
Text Example
Text Example
White with #B13A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A06; }
p { color: rgb(177,58,6); }
H1.HeaderClassName
{
color: #B13A06;
}
.AnyTagClassName
{
color: #B13A06;
}
</style>
background-color css
<style>
a { background-color: #B13A06; }
a { background-color: rgb(177,58,6); }
div.DivClassName
{
background-color: #B13A06;
}
.BgClassName
{
background-color: #B13A06;
}
</style>
border-color css
<style>
span { border-color: #B13A06; }
span { border-color: rgb(177,58,6); }
td.TdClassName
{
border-color: #B13A06;
}
.TagClassName
{
border-color: #B13A06;
}
</style>