Shades of Rust #B3351C
Tints of Rust #B3351C
RGB
CMYK
RGB Variations
Color information
#B3351C (or 0xB3351C) is known color: Rust. HEX triplet: B3, 35 and 1C. RGB value is (179,53,28). Sum of RGB (Red+Green+Blue) = 179+53+28=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3351C is #4CCAE3. Grayscale: #585858. Windows color (decimal): -5032676 or 1848755. OLE color: 1848755.
HSL color Cylindrical-coordinate representation of color #B3351C: hue angle of 9.93º 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 #B3351C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 28 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.30 |
| HSL | 9.93º | 0.73% | 0.41% | - |
| HSV(B) | 9.93º | 0.84% | 0.7% | - |
| XYZ | 20.07 | 12.21 | 2.4 | - |
| YUV | 87.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 28 | 0 | 0.70 | 0.84 | 0.30 | 9.93 | 0.73 | 0.41 |
| Hex | B3 | 35 | 1C | 0 | 46 | 54 | 1E | A | 49 | 29 |
| Octal | 263 | 65 | 34 | 0 | 106 | 124 | 36 | 12 | 111 | 51 |
| Binary | 10110011 | 110101 | 11100 | 0 | 1000110 | 1010100 | 11110 | 1010 | 1001001 | 101001 |
Color Harmonies of #B3351C
Complementary color
Monochromatic Colors of #B3351C
Black with #B3351C
Text Example
Text Example
White with #B3351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3351C; }
p { color: rgb(179,53,28); }
H1.HeaderClassName
{
color: #B3351C;
}
.AnyTagClassName
{
color: #B3351C;
}
</style>
background-color css
<style>
a { background-color: #B3351C; }
a { background-color: rgb(179,53,28); }
div.DivClassName
{
background-color: #B3351C;
}
.BgClassName
{
background-color: #B3351C;
}
</style>
border-color css
<style>
span { border-color: #B3351C; }
span { border-color: rgb(179,53,28); }
td.TdClassName
{
border-color: #B3351C;
}
.TagClassName
{
border-color: #B3351C;
}
</style>