Shades of Rust #B3340C
Tints of Rust #B3340C
RGB
CMYK
RGB Variations
Color information
#B3340C (or 0xB3340C) is known color: Rust. HEX triplet: B3, 34 and 0C. RGB value is (179,52,12). Sum of RGB (Red+Green+Blue) = 179+52+12=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B3340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3340C is #4CCBF3. Grayscale: #555555. Windows color (decimal): -5032948 or 799923. OLE color: 799923.
HSL color Cylindrical-coordinate representation of color #B3340C: hue angle of 14.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3340C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 12 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.30 |
| HSL | 14.37º | 0.87% | 0.37% | - |
| HSV(B) | 14.37º | 0.93% | 0.7% | - |
| XYZ | 19.88 | 12.07 | 1.63 | - |
| YUV | 85.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 12 | 0 | 0.71 | 0.93 | 0.30 | 14.37 | 0.87 | 0.37 |
| Hex | B3 | 34 | C | 0 | 47 | 5D | 1E | E | 57 | 25 |
| Octal | 263 | 64 | 14 | 0 | 107 | 135 | 36 | 16 | 127 | 45 |
| Binary | 10110011 | 110100 | 1100 | 0 | 1000111 | 1011101 | 11110 | 1110 | 1010111 | 100101 |
Color Harmonies of #B3340C
Complementary color
Monochromatic Colors of #B3340C
Black with #B3340C
Text Example
Text Example
White with #B3340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3340C; }
p { color: rgb(179,52,12); }
H1.HeaderClassName
{
color: #B3340C;
}
.AnyTagClassName
{
color: #B3340C;
}
</style>
background-color css
<style>
a { background-color: #B3340C; }
a { background-color: rgb(179,52,12); }
div.DivClassName
{
background-color: #B3340C;
}
.BgClassName
{
background-color: #B3340C;
}
</style>
border-color css
<style>
span { border-color: #B3340C; }
span { border-color: rgb(179,52,12); }
td.TdClassName
{
border-color: #B3340C;
}
.TagClassName
{
border-color: #B3340C;
}
</style>