Shades of Rust #B1421C
Tints of Rust #B1421C
RGB
CMYK
RGB Variations
Color information
#B1421C (or 0xB1421C) is known color: Rust. HEX triplet: B1, 42 and 1C. RGB value is (177,66,28). Sum of RGB (Red+Green+Blue) = 177+66+28=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1421C is #4EBDE3. Grayscale: #5F5F5F. Windows color (decimal): -5160420 or 1852081. OLE color: 1852081.
HSL color Cylindrical-coordinate representation of color #B1421C: hue angle of 15.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1421C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.31 |
| HSL | 15.3º | 0.73% | 0.4% | - |
| HSV(B) | 15.3º | 0.84% | 0.69% | - |
| XYZ | 20.29 | 13.33 | 2.6 | - |
| YUV | 94.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 28 | 0 | 0.63 | 0.84 | 0.31 | 15.3 | 0.73 | 0.4 |
| Hex | B1 | 42 | 1C | 0 | 3F | 54 | 1F | F | 49 | 28 |
| Octal | 261 | 102 | 34 | 0 | 77 | 124 | 37 | 17 | 111 | 50 |
| Binary | 10110001 | 1000010 | 11100 | 0 | 111111 | 1010100 | 11111 | 1111 | 1001001 | 101000 |
Color Harmonies of #B1421C
Complementary color
Monochromatic Colors of #B1421C
Black with #B1421C
Text Example
Text Example
White with #B1421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1421C; }
p { color: rgb(177,66,28); }
H1.HeaderClassName
{
color: #B1421C;
}
.AnyTagClassName
{
color: #B1421C;
}
</style>
background-color css
<style>
a { background-color: #B1421C; }
a { background-color: rgb(177,66,28); }
div.DivClassName
{
background-color: #B1421C;
}
.BgClassName
{
background-color: #B1421C;
}
</style>
border-color css
<style>
span { border-color: #B1421C; }
span { border-color: rgb(177,66,28); }
td.TdClassName
{
border-color: #B1421C;
}
.TagClassName
{
border-color: #B1421C;
}
</style>