Shades of Rust #B3400E
Tints of Rust #B3400E
RGB
CMYK
RGB Variations
Color information
#B3400E (or 0xB3400E) is known color: Rust. HEX triplet: B3, 40 and 0E. RGB value is (179,64,14). Sum of RGB (Red+Green+Blue) = 179+64+14=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3400E is #4CBFF1. Grayscale: #5D5D5D. Windows color (decimal): -5029874 or 934067. OLE color: 934067.
HSL color Cylindrical-coordinate representation of color #B3400E: hue angle of 18.18º 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 #B3400E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.30 |
| HSL | 18.18º | 0.85% | 0.38% | - |
| HSV(B) | 18.18º | 0.92% | 0.7% | - |
| XYZ | 20.5 | 13.28 | 1.9 | - |
| YUV | 92.69 | 83.6 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 14 | 0 | 0.64 | 0.92 | 0.30 | 18.18 | 0.85 | 0.38 |
| Hex | B3 | 40 | E | 0 | 40 | 5C | 1E | 12 | 55 | 26 |
| Octal | 263 | 100 | 16 | 0 | 100 | 134 | 36 | 22 | 125 | 46 |
| Binary | 10110011 | 1000000 | 1110 | 0 | 1000000 | 1011100 | 11110 | 10010 | 1010101 | 100110 |
Color Harmonies of #B3400E
Complementary color
Monochromatic Colors of #B3400E
Black with #B3400E
Text Example
Text Example
White with #B3400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3400E; }
p { color: rgb(179,64,14); }
H1.HeaderClassName
{
color: #B3400E;
}
.AnyTagClassName
{
color: #B3400E;
}
</style>
background-color css
<style>
a { background-color: #B3400E; }
a { background-color: rgb(179,64,14); }
div.DivClassName
{
background-color: #B3400E;
}
.BgClassName
{
background-color: #B3400E;
}
</style>
border-color css
<style>
span { border-color: #B3400E; }
span { border-color: rgb(179,64,14); }
td.TdClassName
{
border-color: #B3400E;
}
.TagClassName
{
border-color: #B3400E;
}
</style>