Shades of Rust #B8441F
Tints of Rust #B8441F
RGB
CMYK
RGB Variations
Color information
#B8441F (or 0xB8441F) is known color: Rust. HEX triplet: B8, 44 and 1F. RGB value is (184,68,31). Sum of RGB (Red+Green+Blue) = 184+68+31=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8441F is #47BBE0. Grayscale: #626262. Windows color (decimal): -4701153 or 2049208. OLE color: 2049208.
HSL color Cylindrical-coordinate representation of color #B8441F: hue angle of 14.51º 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 #B8441F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 31 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.28 |
| HSL | 14.51º | 0.71% | 0.42% | - |
| HSV(B) | 14.51º | 0.83% | 0.72% | - |
| XYZ | 22.08 | 14.42 | 2.92 | - |
| YUV | 98.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 31 | 0 | 0.63 | 0.83 | 0.28 | 14.51 | 0.71 | 0.42 |
| Hex | B8 | 44 | 1F | 0 | 3F | 53 | 1C | F | 47 | 2A |
| Octal | 270 | 104 | 37 | 0 | 77 | 123 | 34 | 17 | 107 | 52 |
| Binary | 10111000 | 1000100 | 11111 | 0 | 111111 | 1010011 | 11100 | 1111 | 1000111 | 101010 |
Color Harmonies of #B8441F
Complementary color
Monochromatic Colors of #B8441F
Black with #B8441F
Text Example
Text Example
White with #B8441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8441F; }
p { color: rgb(184,68,31); }
H1.HeaderClassName
{
color: #B8441F;
}
.AnyTagClassName
{
color: #B8441F;
}
</style>
background-color css
<style>
a { background-color: #B8441F; }
a { background-color: rgb(184,68,31); }
div.DivClassName
{
background-color: #B8441F;
}
.BgClassName
{
background-color: #B8441F;
}
</style>
border-color css
<style>
span { border-color: #B8441F; }
span { border-color: rgb(184,68,31); }
td.TdClassName
{
border-color: #B8441F;
}
.TagClassName
{
border-color: #B8441F;
}
</style>