Shades of Rust #B3550D
Tints of Rust #B3550D
RGB
CMYK
RGB Variations
Color information
#B3550D (or 0xB3550D) is known color: Rust. HEX triplet: B3, 55 and 0D. RGB value is (179,85,13). Sum of RGB (Red+Green+Blue) = 179+85+13=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3550D is #4CAAF2. Grayscale: #696969. Windows color (decimal): -5024499 or 873907. OLE color: 873907.
HSL color Cylindrical-coordinate representation of color #B3550D: hue angle of 26.02º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3550D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.30 |
| HSL | 26.02º | 0.86% | 0.38% | - |
| HSV(B) | 26.02º | 0.93% | 0.7% | - |
| XYZ | 21.91 | 16.11 | 2.34 | - |
| YUV | 104.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 13 | 0 | 0.53 | 0.93 | 0.30 | 26.02 | 0.86 | 0.38 |
| Hex | B3 | 55 | D | 0 | 35 | 5D | 1E | 1A | 56 | 26 |
| Octal | 263 | 125 | 15 | 0 | 65 | 135 | 36 | 32 | 126 | 46 |
| Binary | 10110011 | 1010101 | 1101 | 0 | 110101 | 1011101 | 11110 | 11010 | 1010110 | 100110 |
Color Harmonies of #B3550D
Complementary color
Monochromatic Colors of #B3550D
Black with #B3550D
Text Example
Text Example
White with #B3550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3550D; }
p { color: rgb(179,85,13); }
H1.HeaderClassName
{
color: #B3550D;
}
.AnyTagClassName
{
color: #B3550D;
}
</style>
background-color css
<style>
a { background-color: #B3550D; }
a { background-color: rgb(179,85,13); }
div.DivClassName
{
background-color: #B3550D;
}
.BgClassName
{
background-color: #B3550D;
}
</style>
border-color css
<style>
span { border-color: #B3550D; }
span { border-color: rgb(179,85,13); }
td.TdClassName
{
border-color: #B3550D;
}
.TagClassName
{
border-color: #B3550D;
}
</style>