Shades of Rust #B1430A
Tints of Rust #B1430A
RGB
CMYK
RGB Variations
Color information
#B1430A (or 0xB1430A) is known color: Rust. HEX triplet: B1, 43 and 0A. RGB value is (177,67,10). Sum of RGB (Red+Green+Blue) = 177+67+10=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1430A is #4EBCF5. Grayscale: #5D5D5D. Windows color (decimal): -5160182 or 672689. OLE color: 672689.
HSL color Cylindrical-coordinate representation of color #B1430A: hue angle of 20.48º 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 #B1430A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.31 |
| HSL | 20.48º | 0.89% | 0.37% | - |
| HSV(B) | 20.48º | 0.94% | 0.69% | - |
| XYZ | 20.19 | 13.38 | 1.81 | - |
| YUV | 93.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 10 | 0 | 0.62 | 0.94 | 0.31 | 20.48 | 0.89 | 0.37 |
| Hex | B1 | 43 | A | 0 | 3E | 5E | 1F | 14 | 59 | 25 |
| Octal | 261 | 103 | 12 | 0 | 76 | 136 | 37 | 24 | 131 | 45 |
| Binary | 10110001 | 1000011 | 1010 | 0 | 111110 | 1011110 | 11111 | 10100 | 1011001 | 100101 |
Color Harmonies of #B1430A
Complementary color
Monochromatic Colors of #B1430A
Black with #B1430A
Text Example
Text Example
White with #B1430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1430A; }
p { color: rgb(177,67,10); }
H1.HeaderClassName
{
color: #B1430A;
}
.AnyTagClassName
{
color: #B1430A;
}
</style>
background-color css
<style>
a { background-color: #B1430A; }
a { background-color: rgb(177,67,10); }
div.DivClassName
{
background-color: #B1430A;
}
.BgClassName
{
background-color: #B1430A;
}
</style>
border-color css
<style>
span { border-color: #B1430A; }
span { border-color: rgb(177,67,10); }
td.TdClassName
{
border-color: #B1430A;
}
.TagClassName
{
border-color: #B1430A;
}
</style>