Shades of Rust #B1421A
Tints of Rust #B1421A
RGB
CMYK
RGB Variations
Color information
#B1421A (or 0xB1421A) is known color: Rust. HEX triplet: B1, 42 and 1A. RGB value is (177,66,26). Sum of RGB (Red+Green+Blue) = 177+66+26=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1421A is #4EBDE5. Grayscale: #5E5E5E. Windows color (decimal): -5160422 or 1721009. OLE color: 1721009.
HSL color Cylindrical-coordinate representation of color #B1421A: hue angle of 15.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1421A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.31 |
| HSL | 15.89º | 0.74% | 0.4% | - |
| HSV(B) | 15.89º | 0.85% | 0.69% | - |
| XYZ | 20.27 | 13.32 | 2.48 | - |
| YUV | 94.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 26 | 0 | 0.63 | 0.85 | 0.31 | 15.89 | 0.74 | 0.4 |
| Hex | B1 | 42 | 1A | 0 | 3F | 55 | 1F | 10 | 4A | 28 |
| Octal | 261 | 102 | 32 | 0 | 77 | 125 | 37 | 20 | 112 | 50 |
| Binary | 10110001 | 1000010 | 11010 | 0 | 111111 | 1010101 | 11111 | 10000 | 1001010 | 101000 |
Color Harmonies of #B1421A
Complementary color
Monochromatic Colors of #B1421A
Black with #B1421A
Text Example
Text Example
White with #B1421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1421A; }
p { color: rgb(177,66,26); }
H1.HeaderClassName
{
color: #B1421A;
}
.AnyTagClassName
{
color: #B1421A;
}
</style>
background-color css
<style>
a { background-color: #B1421A; }
a { background-color: rgb(177,66,26); }
div.DivClassName
{
background-color: #B1421A;
}
.BgClassName
{
background-color: #B1421A;
}
</style>
border-color css
<style>
span { border-color: #B1421A; }
span { border-color: rgb(177,66,26); }
td.TdClassName
{
border-color: #B1421A;
}
.TagClassName
{
border-color: #B1421A;
}
</style>