Shades of Rust #B3390B
Tints of Rust #B3390B
RGB
CMYK
RGB Variations
Color information
#B3390B (or 0xB3390B) is known color: Rust. HEX triplet: B3, 39 and 0B. RGB value is (179,57,11). Sum of RGB (Red+Green+Blue) = 179+57+11=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3390B is #4CC6F4. Grayscale: #585858. Windows color (decimal): -5031669 or 735667. OLE color: 735667.
HSL color Cylindrical-coordinate representation of color #B3390B: hue angle of 16.43º 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 #B3390B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.30 |
| HSL | 16.43º | 0.88% | 0.37% | - |
| HSV(B) | 16.43º | 0.94% | 0.7% | - |
| XYZ | 20.11 | 12.53 | 1.68 | - |
| YUV | 88.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 11 | 0 | 0.68 | 0.94 | 0.30 | 16.43 | 0.88 | 0.37 |
| Hex | B3 | 39 | B | 0 | 44 | 5E | 1E | 10 | 58 | 25 |
| Octal | 263 | 71 | 13 | 0 | 104 | 136 | 36 | 20 | 130 | 45 |
| Binary | 10110011 | 111001 | 1011 | 0 | 1000100 | 1011110 | 11110 | 10000 | 1011000 | 100101 |
Color Harmonies of #B3390B
Complementary color
Monochromatic Colors of #B3390B
Black with #B3390B
Text Example
Text Example
White with #B3390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3390B; }
p { color: rgb(179,57,11); }
H1.HeaderClassName
{
color: #B3390B;
}
.AnyTagClassName
{
color: #B3390B;
}
</style>
background-color css
<style>
a { background-color: #B3390B; }
a { background-color: rgb(179,57,11); }
div.DivClassName
{
background-color: #B3390B;
}
.BgClassName
{
background-color: #B3390B;
}
</style>
border-color css
<style>
span { border-color: #B3390B; }
span { border-color: rgb(179,57,11); }
td.TdClassName
{
border-color: #B3390B;
}
.TagClassName
{
border-color: #B3390B;
}
</style>