Shades of Rust #B3340D
Tints of Rust #B3340D
RGB
CMYK
RGB Variations
Color information
#B3340D (or 0xB3340D) is known color: Rust. HEX triplet: B3, 34 and 0D. RGB value is (179,52,13). Sum of RGB (Red+Green+Blue) = 179+52+13=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3340D is #4CCBF2. Grayscale: #555555. Windows color (decimal): -5032947 or 865459. OLE color: 865459.
HSL color Cylindrical-coordinate representation of color #B3340D: hue angle of 14.1º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3340D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.30 |
| HSL | 14.1º | 0.86% | 0.38% | - |
| HSV(B) | 14.1º | 0.93% | 0.7% | - |
| XYZ | 19.89 | 12.07 | 1.66 | - |
| YUV | 85.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 13 | 0 | 0.71 | 0.93 | 0.30 | 14.1 | 0.86 | 0.38 |
| Hex | B3 | 34 | D | 0 | 47 | 5D | 1E | E | 56 | 26 |
| Octal | 263 | 64 | 15 | 0 | 107 | 135 | 36 | 16 | 126 | 46 |
| Binary | 10110011 | 110100 | 1101 | 0 | 1000111 | 1011101 | 11110 | 1110 | 1010110 | 100110 |
Color Harmonies of #B3340D
Complementary color
Monochromatic Colors of #B3340D
Black with #B3340D
Text Example
Text Example
White with #B3340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3340D; }
p { color: rgb(179,52,13); }
H1.HeaderClassName
{
color: #B3340D;
}
.AnyTagClassName
{
color: #B3340D;
}
</style>
background-color css
<style>
a { background-color: #B3340D; }
a { background-color: rgb(179,52,13); }
div.DivClassName
{
background-color: #B3340D;
}
.BgClassName
{
background-color: #B3340D;
}
</style>
border-color css
<style>
span { border-color: #B3340D; }
span { border-color: rgb(179,52,13); }
td.TdClassName
{
border-color: #B3340D;
}
.TagClassName
{
border-color: #B3340D;
}
</style>