Shades of Rust #B33906
Tints of Rust #B33906
RGB
CMYK
RGB Variations
Color information
#B33906 (or 0xB33906) is known color: Rust. HEX triplet: B3, 39 and 06. RGB value is (179,57,6). Sum of RGB (Red+Green+Blue) = 179+57+6=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B33906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33906 is #4CC6F9. Grayscale: #575757. Windows color (decimal): -5031674 or 407987. OLE color: 407987.
HSL color Cylindrical-coordinate representation of color #B33906: hue angle of 17.69º degrees, saturation: 0.94, 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 #B33906 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.30 |
| HSL | 17.69º | 0.94% | 0.36% | - |
| HSV(B) | 17.69º | 0.97% | 0.7% | - |
| XYZ | 20.09 | 12.52 | 1.53 | - |
| YUV | 87.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 6 | 0 | 0.68 | 0.97 | 0.30 | 17.69 | 0.94 | 0.36 |
| Hex | B3 | 39 | 6 | 0 | 44 | 61 | 1E | 12 | 5E | 24 |
| Octal | 263 | 71 | 6 | 0 | 104 | 141 | 36 | 22 | 136 | 44 |
| Binary | 10110011 | 111001 | 110 | 0 | 1000100 | 1100001 | 11110 | 10010 | 1011110 | 100100 |
Color Harmonies of #B33906
Complementary color
Monochromatic Colors of #B33906
Black with #B33906
Text Example
Text Example
White with #B33906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33906; }
p { color: rgb(179,57,6); }
H1.HeaderClassName
{
color: #B33906;
}
.AnyTagClassName
{
color: #B33906;
}
</style>
background-color css
<style>
a { background-color: #B33906; }
a { background-color: rgb(179,57,6); }
div.DivClassName
{
background-color: #B33906;
}
.BgClassName
{
background-color: #B33906;
}
</style>
border-color css
<style>
span { border-color: #B33906; }
span { border-color: rgb(179,57,6); }
td.TdClassName
{
border-color: #B33906;
}
.TagClassName
{
border-color: #B33906;
}
</style>