Shades of Rust #B33101
Tints of Rust #B33101
RGB
CMYK
RGB Variations
Color information
#B33101 (or 0xB33101) is known color: Rust. HEX triplet: B3, 31 and 01. RGB value is (179,49,1). Sum of RGB (Red+Green+Blue) = 179+49+1=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B33101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33101 is #4CCEFE. Grayscale: #525252. Windows color (decimal): -5033727 or 78259. OLE color: 78259.
HSL color Cylindrical-coordinate representation of color #B33101: hue angle of 16.18º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B33101 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.30 |
| HSL | 16.18º | 0.99% | 0.35% | - |
| HSV(B) | 16.18º | 0.99% | 0.7% | - |
| XYZ | 19.69 | 11.78 | 1.26 | - |
| YUV | 82.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 1 | 0 | 0.73 | 0.99 | 0.30 | 16.18 | 0.99 | 0.35 |
| Hex | B3 | 31 | 1 | 0 | 49 | 63 | 1E | 10 | 63 | 23 |
| Octal | 263 | 61 | 1 | 0 | 111 | 143 | 36 | 20 | 143 | 43 |
| Binary | 10110011 | 110001 | 1 | 0 | 1001001 | 1100011 | 11110 | 10000 | 1100011 | 100011 |
Color Harmonies of #B33101
Complementary color
Monochromatic Colors of #B33101
Black with #B33101
Text Example
Text Example
White with #B33101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33101; }
p { color: rgb(179,49,1); }
H1.HeaderClassName
{
color: #B33101;
}
.AnyTagClassName
{
color: #B33101;
}
</style>
background-color css
<style>
a { background-color: #B33101; }
a { background-color: rgb(179,49,1); }
div.DivClassName
{
background-color: #B33101;
}
.BgClassName
{
background-color: #B33101;
}
</style>
border-color css
<style>
span { border-color: #B33101; }
span { border-color: rgb(179,49,1); }
td.TdClassName
{
border-color: #B33101;
}
.TagClassName
{
border-color: #B33101;
}
</style>