Shades of Rust #B8431F
Tints of Rust #B8431F
RGB
CMYK
RGB Variations
Color information
#B8431F (or 0xB8431F) is known color: Rust. HEX triplet: B8, 43 and 1F. RGB value is (184,67,31). Sum of RGB (Red+Green+Blue) = 184+67+31=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8431F is #47BCE0. Grayscale: #626262. Windows color (decimal): -4701409 or 2048952. OLE color: 2048952.
HSL color Cylindrical-coordinate representation of color #B8431F: hue angle of 14.12º 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 #B8431F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.28 |
| HSL | 14.12º | 0.71% | 0.42% | - |
| HSV(B) | 14.12º | 0.83% | 0.72% | - |
| XYZ | 22.02 | 14.3 | 2.9 | - |
| YUV | 97.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 31 | 0 | 0.64 | 0.83 | 0.28 | 14.12 | 0.71 | 0.42 |
| Hex | B8 | 43 | 1F | 0 | 40 | 53 | 1C | E | 47 | 2A |
| Octal | 270 | 103 | 37 | 0 | 100 | 123 | 34 | 16 | 107 | 52 |
| Binary | 10111000 | 1000011 | 11111 | 0 | 1000000 | 1010011 | 11100 | 1110 | 1000111 | 101010 |
Color Harmonies of #B8431F
Complementary color
Monochromatic Colors of #B8431F
Black with #B8431F
Text Example
Text Example
White with #B8431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8431F; }
p { color: rgb(184,67,31); }
H1.HeaderClassName
{
color: #B8431F;
}
.AnyTagClassName
{
color: #B8431F;
}
</style>
background-color css
<style>
a { background-color: #B8431F; }
a { background-color: rgb(184,67,31); }
div.DivClassName
{
background-color: #B8431F;
}
.BgClassName
{
background-color: #B8431F;
}
</style>
border-color css
<style>
span { border-color: #B8431F; }
span { border-color: rgb(184,67,31); }
td.TdClassName
{
border-color: #B8431F;
}
.TagClassName
{
border-color: #B8431F;
}
</style>