Shades of Rust #B3371C
Tints of Rust #B3371C
RGB
CMYK
RGB Variations
Color information
#B3371C (or 0xB3371C) is known color: Rust. HEX triplet: B3, 37 and 1C. RGB value is (179,55,28). Sum of RGB (Red+Green+Blue) = 179+55+28=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B3371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3371C is #4CC8E3. Grayscale: #595959. Windows color (decimal): -5032164 or 1849267. OLE color: 1849267.
HSL color Cylindrical-coordinate representation of color #B3371C: hue angle of 10.73º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3371C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 28 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.30 |
| HSL | 10.73º | 0.73% | 0.41% | - |
| HSV(B) | 10.73º | 0.84% | 0.7% | - |
| XYZ | 20.17 | 12.4 | 2.43 | - |
| YUV | 89 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 28 | 0 | 0.69 | 0.84 | 0.30 | 10.73 | 0.73 | 0.41 |
| Hex | B3 | 37 | 1C | 0 | 45 | 54 | 1E | B | 49 | 29 |
| Octal | 263 | 67 | 34 | 0 | 105 | 124 | 36 | 13 | 111 | 51 |
| Binary | 10110011 | 110111 | 11100 | 0 | 1000101 | 1010100 | 11110 | 1011 | 1001001 | 101001 |
Color Harmonies of #B3371C
Complementary color
Monochromatic Colors of #B3371C
Black with #B3371C
Text Example
Text Example
White with #B3371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3371C; }
p { color: rgb(179,55,28); }
H1.HeaderClassName
{
color: #B3371C;
}
.AnyTagClassName
{
color: #B3371C;
}
</style>
background-color css
<style>
a { background-color: #B3371C; }
a { background-color: rgb(179,55,28); }
div.DivClassName
{
background-color: #B3371C;
}
.BgClassName
{
background-color: #B3371C;
}
</style>
border-color css
<style>
span { border-color: #B3371C; }
span { border-color: rgb(179,55,28); }
td.TdClassName
{
border-color: #B3371C;
}
.TagClassName
{
border-color: #B3371C;
}
</style>