Shades of Rust #B1330A
Tints of Rust #B1330A
RGB
CMYK
RGB Variations
Color information
#B1330A (or 0xB1330A) is known color: Rust. HEX triplet: B1, 33 and 0A. RGB value is (177,51,10). Sum of RGB (Red+Green+Blue) = 177+51+10=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1330A is #4ECCF5. Grayscale: #545454. Windows color (decimal): -5164278 or 668593. OLE color: 668593.
HSL color Cylindrical-coordinate representation of color #B1330A: hue angle of 14.73º 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 #B1330A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.31 |
| HSL | 14.73º | 0.89% | 0.37% | - |
| HSV(B) | 14.73º | 0.94% | 0.69% | - |
| XYZ | 19.37 | 11.74 | 1.53 | - |
| YUV | 84 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 10 | 0 | 0.71 | 0.94 | 0.31 | 14.73 | 0.89 | 0.37 |
| Hex | B1 | 33 | A | 0 | 47 | 5E | 1F | F | 59 | 25 |
| Octal | 261 | 63 | 12 | 0 | 107 | 136 | 37 | 17 | 131 | 45 |
| Binary | 10110001 | 110011 | 1010 | 0 | 1000111 | 1011110 | 11111 | 1111 | 1011001 | 100101 |
Color Harmonies of #B1330A
Complementary color
Monochromatic Colors of #B1330A
Black with #B1330A
Text Example
Text Example
White with #B1330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1330A; }
p { color: rgb(177,51,10); }
H1.HeaderClassName
{
color: #B1330A;
}
.AnyTagClassName
{
color: #B1330A;
}
</style>
background-color css
<style>
a { background-color: #B1330A; }
a { background-color: rgb(177,51,10); }
div.DivClassName
{
background-color: #B1330A;
}
.BgClassName
{
background-color: #B1330A;
}
</style>
border-color css
<style>
span { border-color: #B1330A; }
span { border-color: rgb(177,51,10); }
td.TdClassName
{
border-color: #B1330A;
}
.TagClassName
{
border-color: #B1330A;
}
</style>