Shades of Rust #B33705
Tints of Rust #B33705
RGB
CMYK
RGB Variations
Color information
#B33705 (or 0xB33705) is known color: Rust. HEX triplet: B3, 37 and 05. RGB value is (179,55,5). Sum of RGB (Red+Green+Blue) = 179+55+5=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B33705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33705 is #4CC8FA. Grayscale: #565656. Windows color (decimal): -5032187 or 341939. OLE color: 341939.
HSL color Cylindrical-coordinate representation of color #B33705: hue angle of 17.24º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B33705 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.30 |
| HSL | 17.24º | 0.95% | 0.36% | - |
| HSV(B) | 17.24º | 0.97% | 0.7% | - |
| XYZ | 19.98 | 12.33 | 1.47 | - |
| YUV | 86.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 5 | 0 | 0.69 | 0.97 | 0.30 | 17.24 | 0.95 | 0.36 |
| Hex | B3 | 37 | 5 | 0 | 45 | 61 | 1E | 11 | 5F | 24 |
| Octal | 263 | 67 | 5 | 0 | 105 | 141 | 36 | 21 | 137 | 44 |
| Binary | 10110011 | 110111 | 101 | 0 | 1000101 | 1100001 | 11110 | 10001 | 1011111 | 100100 |
Color Harmonies of #B33705
Complementary color
Monochromatic Colors of #B33705
Black with #B33705
Text Example
Text Example
White with #B33705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33705; }
p { color: rgb(179,55,5); }
H1.HeaderClassName
{
color: #B33705;
}
.AnyTagClassName
{
color: #B33705;
}
</style>
background-color css
<style>
a { background-color: #B33705; }
a { background-color: rgb(179,55,5); }
div.DivClassName
{
background-color: #B33705;
}
.BgClassName
{
background-color: #B33705;
}
</style>
border-color css
<style>
span { border-color: #B33705; }
span { border-color: rgb(179,55,5); }
td.TdClassName
{
border-color: #B33705;
}
.TagClassName
{
border-color: #B33705;
}
</style>