Shades of Rust #B8411C
Tints of Rust #B8411C
RGB
CMYK
RGB Variations
Color information
#B8411C (or 0xB8411C) is known color: Rust. HEX triplet: B8, 41 and 1C. RGB value is (184,65,28). Sum of RGB (Red+Green+Blue) = 184+65+28=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8411C is #47BEE3. Grayscale: #606060. Windows color (decimal): -4701924 or 1851832. OLE color: 1851832.
HSL color Cylindrical-coordinate representation of color #B8411C: hue angle of 14.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8411C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.28 |
| HSL | 14.23º | 0.74% | 0.42% | - |
| HSV(B) | 14.23º | 0.85% | 0.72% | - |
| XYZ | 21.87 | 14.05 | 2.66 | - |
| YUV | 96.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 28 | 0 | 0.65 | 0.85 | 0.28 | 14.23 | 0.74 | 0.42 |
| Hex | B8 | 41 | 1C | 0 | 41 | 55 | 1C | E | 4A | 2A |
| Octal | 270 | 101 | 34 | 0 | 101 | 125 | 34 | 16 | 112 | 52 |
| Binary | 10111000 | 1000001 | 11100 | 0 | 1000001 | 1010101 | 11100 | 1110 | 1001010 | 101010 |
Color Harmonies of #B8411C
Complementary color
Monochromatic Colors of #B8411C
Black with #B8411C
Text Example
Text Example
White with #B8411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8411C; }
p { color: rgb(184,65,28); }
H1.HeaderClassName
{
color: #B8411C;
}
.AnyTagClassName
{
color: #B8411C;
}
</style>
background-color css
<style>
a { background-color: #B8411C; }
a { background-color: rgb(184,65,28); }
div.DivClassName
{
background-color: #B8411C;
}
.BgClassName
{
background-color: #B8411C;
}
</style>
border-color css
<style>
span { border-color: #B8411C; }
span { border-color: rgb(184,65,28); }
td.TdClassName
{
border-color: #B8411C;
}
.TagClassName
{
border-color: #B8411C;
}
</style>