Shades of Rust #B8461B
Tints of Rust #B8461B
RGB
CMYK
RGB Variations
Color information
#B8461B (or 0xB8461B) is known color: Rust. HEX triplet: B8, 46 and 1B. RGB value is (184,70,27). Sum of RGB (Red+Green+Blue) = 184+70+27=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8461B is #47B9E4. Grayscale: #636363. Windows color (decimal): -4700645 or 1787576. OLE color: 1787576.
HSL color Cylindrical-coordinate representation of color #B8461B: hue angle of 16.43º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8461B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 27 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.28 |
| HSL | 16.43º | 0.74% | 0.41% | - |
| HSV(B) | 16.43º | 0.85% | 0.72% | - |
| XYZ | 22.16 | 14.65 | 2.7 | - |
| YUV | 99.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 27 | 0 | 0.62 | 0.85 | 0.28 | 16.43 | 0.74 | 0.41 |
| Hex | B8 | 46 | 1B | 0 | 3E | 55 | 1C | 10 | 4A | 29 |
| Octal | 270 | 106 | 33 | 0 | 76 | 125 | 34 | 20 | 112 | 51 |
| Binary | 10111000 | 1000110 | 11011 | 0 | 111110 | 1010101 | 11100 | 10000 | 1001010 | 101001 |
Color Harmonies of #B8461B
Complementary color
Monochromatic Colors of #B8461B
Black with #B8461B
Text Example
Text Example
White with #B8461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8461B; }
p { color: rgb(184,70,27); }
H1.HeaderClassName
{
color: #B8461B;
}
.AnyTagClassName
{
color: #B8461B;
}
</style>
background-color css
<style>
a { background-color: #B8461B; }
a { background-color: rgb(184,70,27); }
div.DivClassName
{
background-color: #B8461B;
}
.BgClassName
{
background-color: #B8461B;
}
</style>
border-color css
<style>
span { border-color: #B8461B; }
span { border-color: rgb(184,70,27); }
td.TdClassName
{
border-color: #B8461B;
}
.TagClassName
{
border-color: #B8461B;
}
</style>