Shades of Rust #B3371B
Tints of Rust #B3371B
RGB
CMYK
RGB Variations
Color information
#B3371B (or 0xB3371B) is known color: Rust. HEX triplet: B3, 37 and 1B. RGB value is (179,55,27). Sum of RGB (Red+Green+Blue) = 179+55+27=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3371B is #4CC8E4. Grayscale: #595959. Windows color (decimal): -5032165 or 1783731. OLE color: 1783731.
HSL color Cylindrical-coordinate representation of color #B3371B: hue angle of 11.05º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3371B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.30 |
| HSL | 11.05º | 0.74% | 0.4% | - |
| HSV(B) | 11.05º | 0.85% | 0.7% | - |
| XYZ | 20.15 | 12.4 | 2.37 | - |
| YUV | 88.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 27 | 0 | 0.69 | 0.85 | 0.30 | 11.05 | 0.74 | 0.4 |
| Hex | B3 | 37 | 1B | 0 | 45 | 55 | 1E | B | 4A | 28 |
| Octal | 263 | 67 | 33 | 0 | 105 | 125 | 36 | 13 | 112 | 50 |
| Binary | 10110011 | 110111 | 11011 | 0 | 1000101 | 1010101 | 11110 | 1011 | 1001010 | 101000 |
Color Harmonies of #B3371B
Complementary color
Monochromatic Colors of #B3371B
Black with #B3371B
Text Example
Text Example
White with #B3371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3371B; }
p { color: rgb(179,55,27); }
H1.HeaderClassName
{
color: #B3371B;
}
.AnyTagClassName
{
color: #B3371B;
}
</style>
background-color css
<style>
a { background-color: #B3371B; }
a { background-color: rgb(179,55,27); }
div.DivClassName
{
background-color: #B3371B;
}
.BgClassName
{
background-color: #B3371B;
}
</style>
border-color css
<style>
span { border-color: #B3371B; }
span { border-color: rgb(179,55,27); }
td.TdClassName
{
border-color: #B3371B;
}
.TagClassName
{
border-color: #B3371B;
}
</style>