Shades of Rust #B8411B
Tints of Rust #B8411B
RGB
CMYK
RGB Variations
Color information
#B8411B (or 0xB8411B) is known color: Rust. HEX triplet: B8, 41 and 1B. RGB value is (184,65,27). Sum of RGB (Red+Green+Blue) = 184+65+27=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8411B is #47BEE4. Grayscale: #606060. Windows color (decimal): -4701925 or 1786296. OLE color: 1786296.
HSL color Cylindrical-coordinate representation of color #B8411B: hue angle of 14.52º 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 #B8411B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 27 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.28 |
| HSL | 14.52º | 0.74% | 0.41% | - |
| HSV(B) | 14.52º | 0.85% | 0.72% | - |
| XYZ | 21.86 | 14.05 | 2.6 | - |
| YUV | 96.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 27 | 0 | 0.65 | 0.85 | 0.28 | 14.52 | 0.74 | 0.41 |
| Hex | B8 | 41 | 1B | 0 | 41 | 55 | 1C | F | 4A | 29 |
| Octal | 270 | 101 | 33 | 0 | 101 | 125 | 34 | 17 | 112 | 51 |
| Binary | 10111000 | 1000001 | 11011 | 0 | 1000001 | 1010101 | 11100 | 1111 | 1001010 | 101001 |
Color Harmonies of #B8411B
Complementary color
Monochromatic Colors of #B8411B
Black with #B8411B
Text Example
Text Example
White with #B8411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8411B; }
p { color: rgb(184,65,27); }
H1.HeaderClassName
{
color: #B8411B;
}
.AnyTagClassName
{
color: #B8411B;
}
</style>
background-color css
<style>
a { background-color: #B8411B; }
a { background-color: rgb(184,65,27); }
div.DivClassName
{
background-color: #B8411B;
}
.BgClassName
{
background-color: #B8411B;
}
</style>
border-color css
<style>
span { border-color: #B8411B; }
span { border-color: rgb(184,65,27); }
td.TdClassName
{
border-color: #B8411B;
}
.TagClassName
{
border-color: #B8411B;
}
</style>