Shades of Rust #B3410E
Tints of Rust #B3410E
RGB
CMYK
RGB Variations
Color information
#B3410E (or 0xB3410E) is known color: Rust. HEX triplet: B3, 41 and 0E. RGB value is (179,65,14). Sum of RGB (Red+Green+Blue) = 179+65+14=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3410E is #4CBEF1. Grayscale: #5D5D5D. Windows color (decimal): -5029618 or 934323. OLE color: 934323.
HSL color Cylindrical-coordinate representation of color #B3410E: hue angle of 18.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3410E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.30 |
| HSL | 18.55º | 0.85% | 0.38% | - |
| HSV(B) | 18.55º | 0.92% | 0.7% | - |
| XYZ | 20.56 | 13.4 | 1.92 | - |
| YUV | 93.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 14 | 0 | 0.64 | 0.92 | 0.30 | 18.55 | 0.85 | 0.38 |
| Hex | B3 | 41 | E | 0 | 40 | 5C | 1E | 13 | 55 | 26 |
| Octal | 263 | 101 | 16 | 0 | 100 | 134 | 36 | 23 | 125 | 46 |
| Binary | 10110011 | 1000001 | 1110 | 0 | 1000000 | 1011100 | 11110 | 10011 | 1010101 | 100110 |
Color Harmonies of #B3410E
Complementary color
Monochromatic Colors of #B3410E
Black with #B3410E
Text Example
Text Example
White with #B3410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3410E; }
p { color: rgb(179,65,14); }
H1.HeaderClassName
{
color: #B3410E;
}
.AnyTagClassName
{
color: #B3410E;
}
</style>
background-color css
<style>
a { background-color: #B3410E; }
a { background-color: rgb(179,65,14); }
div.DivClassName
{
background-color: #B3410E;
}
.BgClassName
{
background-color: #B3410E;
}
</style>
border-color css
<style>
span { border-color: #B3410E; }
span { border-color: rgb(179,65,14); }
td.TdClassName
{
border-color: #B3410E;
}
.TagClassName
{
border-color: #B3410E;
}
</style>