Shades of Rust #B8401F
Tints of Rust #B8401F
RGB
CMYK
RGB Variations
Color information
#B8401F (or 0xB8401F) is known color: Rust. HEX triplet: B8, 40 and 1F. RGB value is (184,64,31). Sum of RGB (Red+Green+Blue) = 184+64+31=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401F is #47BFE0. Grayscale: #606060. Windows color (decimal): -4702177 or 2048184. OLE color: 2048184.
HSL color Cylindrical-coordinate representation of color #B8401F: hue angle of 12.94º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8401F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 31 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.28 |
| HSL | 12.94º | 0.71% | 0.42% | - |
| HSV(B) | 12.94º | 0.83% | 0.72% | - |
| XYZ | 21.85 | 13.96 | 2.84 | - |
| YUV | 96.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 31 | 0 | 0.65 | 0.83 | 0.28 | 12.94 | 0.71 | 0.42 |
| Hex | B8 | 40 | 1F | 0 | 41 | 53 | 1C | D | 47 | 2A |
| Octal | 270 | 100 | 37 | 0 | 101 | 123 | 34 | 15 | 107 | 52 |
| Binary | 10111000 | 1000000 | 11111 | 0 | 1000001 | 1010011 | 11100 | 1101 | 1000111 | 101010 |
Color Harmonies of #B8401F
Complementary color
Monochromatic Colors of #B8401F
Black with #B8401F
Text Example
Text Example
White with #B8401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8401F; }
p { color: rgb(184,64,31); }
H1.HeaderClassName
{
color: #B8401F;
}
.AnyTagClassName
{
color: #B8401F;
}
</style>
background-color css
<style>
a { background-color: #B8401F; }
a { background-color: rgb(184,64,31); }
div.DivClassName
{
background-color: #B8401F;
}
.BgClassName
{
background-color: #B8401F;
}
</style>
border-color css
<style>
span { border-color: #B8401F; }
span { border-color: rgb(184,64,31); }
td.TdClassName
{
border-color: #B8401F;
}
.TagClassName
{
border-color: #B8401F;
}
</style>