Shades of Rust #B1450A
Tints of Rust #B1450A
RGB
CMYK
RGB Variations
Color information
#B1450A (or 0xB1450A) is known color: Rust. HEX triplet: B1, 45 and 0A. RGB value is (177,69,10). Sum of RGB (Red+Green+Blue) = 177+69+10=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1450A is #4EBAF5. Grayscale: #5E5E5E. Windows color (decimal): -5159670 or 673201. OLE color: 673201.
HSL color Cylindrical-coordinate representation of color #B1450A: hue angle of 21.2º 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 #B1450A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 21.2º | 0.89% | 0.37% | - |
| HSV(B) | 21.2º | 0.94% | 0.69% | - |
| XYZ | 20.31 | 13.63 | 1.85 | - |
| YUV | 94.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 10 | 0 | 0.61 | 0.94 | 0.31 | 21.2 | 0.89 | 0.37 |
| Hex | B1 | 45 | A | 0 | 3D | 5E | 1F | 15 | 59 | 25 |
| Octal | 261 | 105 | 12 | 0 | 75 | 136 | 37 | 25 | 131 | 45 |
| Binary | 10110001 | 1000101 | 1010 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011001 | 100101 |
Color Harmonies of #B1450A
Complementary color
Monochromatic Colors of #B1450A
Black with #B1450A
Text Example
Text Example
White with #B1450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1450A; }
p { color: rgb(177,69,10); }
H1.HeaderClassName
{
color: #B1450A;
}
.AnyTagClassName
{
color: #B1450A;
}
</style>
background-color css
<style>
a { background-color: #B1450A; }
a { background-color: rgb(177,69,10); }
div.DivClassName
{
background-color: #B1450A;
}
.BgClassName
{
background-color: #B1450A;
}
</style>
border-color css
<style>
span { border-color: #B1450A; }
span { border-color: rgb(177,69,10); }
td.TdClassName
{
border-color: #B1450A;
}
.TagClassName
{
border-color: #B1450A;
}
</style>