Shades of Rust #B0461D
Tints of Rust #B0461D
RGB
CMYK
RGB Variations
Color information
#B0461D (or 0xB0461D) is known color: Rust. HEX triplet: B0, 46 and 1D. RGB value is (176,70,29). Sum of RGB (Red+Green+Blue) = 176+70+29=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0461D is #4FB9E2. Grayscale: #616161. Windows color (decimal): -5224931 or 1918640. OLE color: 1918640.
HSL color Cylindrical-coordinate representation of color #B0461D: hue angle of 16.73º degrees, saturation: 0.72, 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 #B0461D is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 29 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.31 |
| HSL | 16.73º | 0.72% | 0.4% | - |
| HSV(B) | 16.73º | 0.84% | 0.69% | - |
| XYZ | 20.32 | 13.7 | 2.74 | - |
| YUV | 97.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 29 | 0 | 0.60 | 0.84 | 0.31 | 16.73 | 0.72 | 0.4 |
| Hex | B0 | 46 | 1D | 0 | 3C | 54 | 1F | 11 | 48 | 28 |
| Octal | 260 | 106 | 35 | 0 | 74 | 124 | 37 | 21 | 110 | 50 |
| Binary | 10110000 | 1000110 | 11101 | 0 | 111100 | 1010100 | 11111 | 10001 | 1001000 | 101000 |
Color Harmonies of #B0461D
Complementary color
Monochromatic Colors of #B0461D
Black with #B0461D
Text Example
Text Example
White with #B0461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0461D; }
p { color: rgb(176,70,29); }
H1.HeaderClassName
{
color: #B0461D;
}
.AnyTagClassName
{
color: #B0461D;
}
</style>
background-color css
<style>
a { background-color: #B0461D; }
a { background-color: rgb(176,70,29); }
div.DivClassName
{
background-color: #B0461D;
}
.BgClassName
{
background-color: #B0461D;
}
</style>
border-color css
<style>
span { border-color: #B0461D; }
span { border-color: rgb(176,70,29); }
td.TdClassName
{
border-color: #B0461D;
}
.TagClassName
{
border-color: #B0461D;
}
</style>