Shades of Rust #B0431C
Tints of Rust #B0431C
RGB
CMYK
RGB Variations
Color information
#B0431C (or 0xB0431C) is known color: Rust. HEX triplet: B0, 43 and 1C. RGB value is (176,67,28). Sum of RGB (Red+Green+Blue) = 176+67+28=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0431C is #4FBCE3. Grayscale: #5F5F5F. Windows color (decimal): -5225700 or 1852336. OLE color: 1852336.
HSL color Cylindrical-coordinate representation of color #B0431C: hue angle of 15.81º 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 #B0431C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 28 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.31 |
| HSL | 15.81º | 0.73% | 0.4% | - |
| HSV(B) | 15.81º | 0.84% | 0.69% | - |
| XYZ | 20.12 | 13.33 | 2.61 | - |
| YUV | 95.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 28 | 0 | 0.62 | 0.84 | 0.31 | 15.81 | 0.73 | 0.4 |
| Hex | B0 | 43 | 1C | 0 | 3E | 54 | 1F | 10 | 49 | 28 |
| Octal | 260 | 103 | 34 | 0 | 76 | 124 | 37 | 20 | 111 | 50 |
| Binary | 10110000 | 1000011 | 11100 | 0 | 111110 | 1010100 | 11111 | 10000 | 1001001 | 101000 |
Color Harmonies of #B0431C
Complementary color
Monochromatic Colors of #B0431C
Black with #B0431C
Text Example
Text Example
White with #B0431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0431C; }
p { color: rgb(176,67,28); }
H1.HeaderClassName
{
color: #B0431C;
}
.AnyTagClassName
{
color: #B0431C;
}
</style>
background-color css
<style>
a { background-color: #B0431C; }
a { background-color: rgb(176,67,28); }
div.DivClassName
{
background-color: #B0431C;
}
.BgClassName
{
background-color: #B0431C;
}
</style>
border-color css
<style>
span { border-color: #B0431C; }
span { border-color: rgb(176,67,28); }
td.TdClassName
{
border-color: #B0431C;
}
.TagClassName
{
border-color: #B0431C;
}
</style>