Shades of Rust #B5431F
Tints of Rust #B5431F
RGB
CMYK
RGB Variations
Color information
#B5431F (or 0xB5431F) is known color: Rust. HEX triplet: B5, 43 and 1F. RGB value is (181,67,31). Sum of RGB (Red+Green+Blue) = 181+67+31=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5431F is #4ABCE0. Grayscale: #616161. Windows color (decimal): -4898017 or 2048949. OLE color: 2048949.
HSL color Cylindrical-coordinate representation of color #B5431F: hue angle of 14.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5431F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 31 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.29 |
| HSL | 14.4º | 0.71% | 0.42% | - |
| HSV(B) | 14.4º | 0.83% | 0.71% | - |
| XYZ | 21.31 | 13.94 | 2.86 | - |
| YUV | 96.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 31 | 0 | 0.63 | 0.83 | 0.29 | 14.4 | 0.71 | 0.42 |
| Hex | B5 | 43 | 1F | 0 | 3F | 53 | 1D | E | 47 | 2A |
| Octal | 265 | 103 | 37 | 0 | 77 | 123 | 35 | 16 | 107 | 52 |
| Binary | 10110101 | 1000011 | 11111 | 0 | 111111 | 1010011 | 11101 | 1110 | 1000111 | 101010 |
Color Harmonies of #B5431F
Complementary color
Monochromatic Colors of #B5431F
Black with #B5431F
Text Example
Text Example
White with #B5431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5431F; }
p { color: rgb(181,67,31); }
H1.HeaderClassName
{
color: #B5431F;
}
.AnyTagClassName
{
color: #B5431F;
}
</style>
background-color css
<style>
a { background-color: #B5431F; }
a { background-color: rgb(181,67,31); }
div.DivClassName
{
background-color: #B5431F;
}
.BgClassName
{
background-color: #B5431F;
}
</style>
border-color css
<style>
span { border-color: #B5431F; }
span { border-color: rgb(181,67,31); }
td.TdClassName
{
border-color: #B5431F;
}
.TagClassName
{
border-color: #B5431F;
}
</style>