Shades of Rust #B33113
Tints of Rust #B33113
RGB
CMYK
RGB Variations
Color information
#B33113 (or 0xB33113) is known color: Rust. HEX triplet: B3, 31 and 13. RGB value is (179,49,19). Sum of RGB (Red+Green+Blue) = 179+49+19=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B33113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33113 is #4CCEEC. Grayscale: #545454. Windows color (decimal): -5033709 or 1257907. OLE color: 1257907.
HSL color Cylindrical-coordinate representation of color #B33113: hue angle of 11.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B33113 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 19 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.30 |
| HSL | 11.25º | 0.81% | 0.39% | - |
| HSV(B) | 11.25º | 0.89% | 0.7% | - |
| XYZ | 19.81 | 11.83 | 1.86 | - |
| YUV | 84.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 19 | 0 | 0.73 | 0.89 | 0.30 | 11.25 | 0.81 | 0.39 |
| Hex | B3 | 31 | 13 | 0 | 49 | 59 | 1E | B | 51 | 27 |
| Octal | 263 | 61 | 23 | 0 | 111 | 131 | 36 | 13 | 121 | 47 |
| Binary | 10110011 | 110001 | 10011 | 0 | 1001001 | 1011001 | 11110 | 1011 | 1010001 | 100111 |
Color Harmonies of #B33113
Complementary color
Monochromatic Colors of #B33113
Black with #B33113
Text Example
Text Example
White with #B33113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33113; }
p { color: rgb(179,49,19); }
H1.HeaderClassName
{
color: #B33113;
}
.AnyTagClassName
{
color: #B33113;
}
</style>
background-color css
<style>
a { background-color: #B33113; }
a { background-color: rgb(179,49,19); }
div.DivClassName
{
background-color: #B33113;
}
.BgClassName
{
background-color: #B33113;
}
</style>
border-color css
<style>
span { border-color: #B33113; }
span { border-color: rgb(179,49,19); }
td.TdClassName
{
border-color: #B33113;
}
.TagClassName
{
border-color: #B33113;
}
</style>