Shades of Rust #B3350C
Tints of Rust #B3350C
RGB
CMYK
RGB Variations
Color information
#B3350C (or 0xB3350C) is known color: Rust. HEX triplet: B3, 35 and 0C. RGB value is (179,53,12). Sum of RGB (Red+Green+Blue) = 179+53+12=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3350C is #4CCAF3. Grayscale: #565656. Windows color (decimal): -5032692 or 800179. OLE color: 800179.
HSL color Cylindrical-coordinate representation of color #B3350C: hue angle of 14.73º 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 #B3350C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.30 |
| HSL | 14.73º | 0.87% | 0.37% | - |
| HSV(B) | 14.73º | 0.93% | 0.7% | - |
| XYZ | 19.93 | 12.16 | 1.64 | - |
| YUV | 86 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 12 | 0 | 0.70 | 0.93 | 0.30 | 14.73 | 0.87 | 0.37 |
| Hex | B3 | 35 | C | 0 | 46 | 5D | 1E | F | 57 | 25 |
| Octal | 263 | 65 | 14 | 0 | 106 | 135 | 36 | 17 | 127 | 45 |
| Binary | 10110011 | 110101 | 1100 | 0 | 1000110 | 1011101 | 11110 | 1111 | 1010111 | 100101 |
Color Harmonies of #B3350C
Complementary color
Monochromatic Colors of #B3350C
Black with #B3350C
Text Example
Text Example
White with #B3350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3350C; }
p { color: rgb(179,53,12); }
H1.HeaderClassName
{
color: #B3350C;
}
.AnyTagClassName
{
color: #B3350C;
}
</style>
background-color css
<style>
a { background-color: #B3350C; }
a { background-color: rgb(179,53,12); }
div.DivClassName
{
background-color: #B3350C;
}
.BgClassName
{
background-color: #B3350C;
}
</style>
border-color css
<style>
span { border-color: #B3350C; }
span { border-color: rgb(179,53,12); }
td.TdClassName
{
border-color: #B3350C;
}
.TagClassName
{
border-color: #B3350C;
}
</style>