Shades of Rust #B3350F
Tints of Rust #B3350F
RGB
CMYK
RGB Variations
Color information
#B3350F (or 0xB3350F) is known color: Rust. HEX triplet: B3, 35 and 0F. RGB value is (179,53,15). Sum of RGB (Red+Green+Blue) = 179+53+15=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3350F is #4CCAF0. Grayscale: #565656. Windows color (decimal): -5032689 or 996787. OLE color: 996787.
HSL color Cylindrical-coordinate representation of color #B3350F: hue angle of 13.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3350F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.30 |
| HSL | 13.9º | 0.85% | 0.38% | - |
| HSV(B) | 13.9º | 0.92% | 0.7% | - |
| XYZ | 19.95 | 12.16 | 1.75 | - |
| YUV | 86.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 15 | 0 | 0.70 | 0.92 | 0.30 | 13.9 | 0.85 | 0.38 |
| Hex | B3 | 35 | F | 0 | 46 | 5C | 1E | E | 55 | 26 |
| Octal | 263 | 65 | 17 | 0 | 106 | 134 | 36 | 16 | 125 | 46 |
| Binary | 10110011 | 110101 | 1111 | 0 | 1000110 | 1011100 | 11110 | 1110 | 1010101 | 100110 |
Color Harmonies of #B3350F
Complementary color
Monochromatic Colors of #B3350F
Black with #B3350F
Text Example
Text Example
White with #B3350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3350F; }
p { color: rgb(179,53,15); }
H1.HeaderClassName
{
color: #B3350F;
}
.AnyTagClassName
{
color: #B3350F;
}
</style>
background-color css
<style>
a { background-color: #B3350F; }
a { background-color: rgb(179,53,15); }
div.DivClassName
{
background-color: #B3350F;
}
.BgClassName
{
background-color: #B3350F;
}
</style>
border-color css
<style>
span { border-color: #B3350F; }
span { border-color: rgb(179,53,15); }
td.TdClassName
{
border-color: #B3350F;
}
.TagClassName
{
border-color: #B3350F;
}
</style>