Shades of Rust #B3341C
Tints of Rust #B3341C
RGB
CMYK
RGB Variations
Color information
#B3341C (or 0xB3341C) is known color: Rust. HEX triplet: B3, 34 and 1C. RGB value is (179,52,28). Sum of RGB (Red+Green+Blue) = 179+52+28=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3341C is #4CCBE3. Grayscale: #575757. Windows color (decimal): -5032932 or 1848499. OLE color: 1848499.
HSL color Cylindrical-coordinate representation of color #B3341C: hue angle of 9.54º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3341C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 28 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.30 |
| HSL | 9.54º | 0.73% | 0.41% | - |
| HSV(B) | 9.54º | 0.84% | 0.7% | - |
| XYZ | 20.03 | 12.12 | 2.38 | - |
| YUV | 87.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 28 | 0 | 0.71 | 0.84 | 0.30 | 9.54 | 0.73 | 0.41 |
| Hex | B3 | 34 | 1C | 0 | 47 | 54 | 1E | A | 49 | 29 |
| Octal | 263 | 64 | 34 | 0 | 107 | 124 | 36 | 12 | 111 | 51 |
| Binary | 10110011 | 110100 | 11100 | 0 | 1000111 | 1010100 | 11110 | 1010 | 1001001 | 101001 |
Color Harmonies of #B3341C
Complementary color
Monochromatic Colors of #B3341C
Black with #B3341C
Text Example
Text Example
White with #B3341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3341C; }
p { color: rgb(179,52,28); }
H1.HeaderClassName
{
color: #B3341C;
}
.AnyTagClassName
{
color: #B3341C;
}
</style>
background-color css
<style>
a { background-color: #B3341C; }
a { background-color: rgb(179,52,28); }
div.DivClassName
{
background-color: #B3341C;
}
.BgClassName
{
background-color: #B3341C;
}
</style>
border-color css
<style>
span { border-color: #B3341C; }
span { border-color: rgb(179,52,28); }
td.TdClassName
{
border-color: #B3341C;
}
.TagClassName
{
border-color: #B3341C;
}
</style>