Shades of Rust #B13A0A
Tints of Rust #B13A0A
RGB
CMYK
RGB Variations
Color information
#B13A0A (or 0xB13A0A) is known color: Rust. HEX triplet: B1, 3A and 0A. RGB value is (177,58,10). Sum of RGB (Red+Green+Blue) = 177+58+10=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13A0A is #4EC5F5. Grayscale: #585858. Windows color (decimal): -5162486 or 670385. OLE color: 670385.
HSL color Cylindrical-coordinate representation of color #B13A0A: hue angle of 17.25º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B13A0A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.31 |
| HSL | 17.25º | 0.89% | 0.37% | - |
| HSV(B) | 17.25º | 0.94% | 0.69% | - |
| XYZ | 19.7 | 12.4 | 1.64 | - |
| YUV | 88.11 | 83.92 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 10 | 0 | 0.67 | 0.94 | 0.31 | 17.25 | 0.89 | 0.37 |
| Hex | B1 | 3A | A | 0 | 43 | 5E | 1F | 11 | 59 | 25 |
| Octal | 261 | 72 | 12 | 0 | 103 | 136 | 37 | 21 | 131 | 45 |
| Binary | 10110001 | 111010 | 1010 | 0 | 1000011 | 1011110 | 11111 | 10001 | 1011001 | 100101 |
Color Harmonies of #B13A0A
Complementary color
Monochromatic Colors of #B13A0A
Black with #B13A0A
Text Example
Text Example
White with #B13A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A0A; }
p { color: rgb(177,58,10); }
H1.HeaderClassName
{
color: #B13A0A;
}
.AnyTagClassName
{
color: #B13A0A;
}
</style>
background-color css
<style>
a { background-color: #B13A0A; }
a { background-color: rgb(177,58,10); }
div.DivClassName
{
background-color: #B13A0A;
}
.BgClassName
{
background-color: #B13A0A;
}
</style>
border-color css
<style>
span { border-color: #B13A0A; }
span { border-color: rgb(177,58,10); }
td.TdClassName
{
border-color: #B13A0A;
}
.TagClassName
{
border-color: #B13A0A;
}
</style>