Shades of Rust #B3370B
Tints of Rust #B3370B
RGB
CMYK
RGB Variations
Color information
#B3370B (or 0xB3370B) is known color: Rust. HEX triplet: B3, 37 and 0B. RGB value is (179,55,11). Sum of RGB (Red+Green+Blue) = 179+55+11=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3370B is #4CC8F4. Grayscale: #575757. Windows color (decimal): -5032181 or 735155. OLE color: 735155.
HSL color Cylindrical-coordinate representation of color #B3370B: hue angle of 15.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3370B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.30 |
| HSL | 15.71º | 0.88% | 0.37% | - |
| HSV(B) | 15.71º | 0.94% | 0.7% | - |
| XYZ | 20.02 | 12.34 | 1.64 | - |
| YUV | 87.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 11 | 0 | 0.69 | 0.94 | 0.30 | 15.71 | 0.88 | 0.37 |
| Hex | B3 | 37 | B | 0 | 45 | 5E | 1E | 10 | 58 | 25 |
| Octal | 263 | 67 | 13 | 0 | 105 | 136 | 36 | 20 | 130 | 45 |
| Binary | 10110011 | 110111 | 1011 | 0 | 1000101 | 1011110 | 11110 | 10000 | 1011000 | 100101 |
Color Harmonies of #B3370B
Complementary color
Monochromatic Colors of #B3370B
Black with #B3370B
Text Example
Text Example
White with #B3370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3370B; }
p { color: rgb(179,55,11); }
H1.HeaderClassName
{
color: #B3370B;
}
.AnyTagClassName
{
color: #B3370B;
}
</style>
background-color css
<style>
a { background-color: #B3370B; }
a { background-color: rgb(179,55,11); }
div.DivClassName
{
background-color: #B3370B;
}
.BgClassName
{
background-color: #B3370B;
}
</style>
border-color css
<style>
span { border-color: #B3370B; }
span { border-color: rgb(179,55,11); }
td.TdClassName
{
border-color: #B3370B;
}
.TagClassName
{
border-color: #B3370B;
}
</style>