Shades of Rust #B3371F
Tints of Rust #B3371F
RGB
CMYK
RGB Variations
Color information
#B3371F (or 0xB3371F) is known color: Rust. HEX triplet: B3, 37 and 1F. RGB value is (179,55,31). Sum of RGB (Red+Green+Blue) = 179+55+31=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B3371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3371F is #4CC8E0. Grayscale: #595959. Windows color (decimal): -5032161 or 2045875. OLE color: 2045875.
HSL color Cylindrical-coordinate representation of color #B3371F: hue angle of 9.73º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3371F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 31 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.30 |
| HSL | 9.73º | 0.7% | 0.41% | - |
| HSV(B) | 9.73º | 0.83% | 0.7% | - |
| XYZ | 20.2 | 12.42 | 2.63 | - |
| YUV | 89.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 31 | 0 | 0.69 | 0.83 | 0.30 | 9.73 | 0.7 | 0.41 |
| Hex | B3 | 37 | 1F | 0 | 45 | 53 | 1E | A | 46 | 29 |
| Octal | 263 | 67 | 37 | 0 | 105 | 123 | 36 | 12 | 106 | 51 |
| Binary | 10110011 | 110111 | 11111 | 0 | 1000101 | 1010011 | 11110 | 1010 | 1000110 | 101001 |
Color Harmonies of #B3371F
Complementary color
Monochromatic Colors of #B3371F
Black with #B3371F
Text Example
Text Example
White with #B3371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3371F; }
p { color: rgb(179,55,31); }
H1.HeaderClassName
{
color: #B3371F;
}
.AnyTagClassName
{
color: #B3371F;
}
</style>
background-color css
<style>
a { background-color: #B3371F; }
a { background-color: rgb(179,55,31); }
div.DivClassName
{
background-color: #B3371F;
}
.BgClassName
{
background-color: #B3371F;
}
</style>
border-color css
<style>
span { border-color: #B3371F; }
span { border-color: rgb(179,55,31); }
td.TdClassName
{
border-color: #B3371F;
}
.TagClassName
{
border-color: #B3371F;
}
</style>