Shades of Rust #B33F0B
Tints of Rust #B33F0B
RGB
CMYK
RGB Variations
Color information
#B33F0B (or 0xB33F0B) is known color: Rust. HEX triplet: B3, 3F and 0B. RGB value is (179,63,11). Sum of RGB (Red+Green+Blue) = 179+63+11=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F0B is #4CC0F4. Grayscale: #5C5C5C. Windows color (decimal): -5030133 or 737203. OLE color: 737203.
HSL color Cylindrical-coordinate representation of color #B33F0B: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B33F0B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.30 |
| HSL | 18.57º | 0.88% | 0.37% | - |
| HSV(B) | 18.57º | 0.94% | 0.7% | - |
| XYZ | 20.43 | 13.16 | 1.78 | - |
| YUV | 91.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 11 | 0 | 0.65 | 0.94 | 0.30 | 18.57 | 0.88 | 0.37 |
| Hex | B3 | 3F | B | 0 | 41 | 5E | 1E | 13 | 58 | 25 |
| Octal | 263 | 77 | 13 | 0 | 101 | 136 | 36 | 23 | 130 | 45 |
| Binary | 10110011 | 111111 | 1011 | 0 | 1000001 | 1011110 | 11110 | 10011 | 1011000 | 100101 |
Color Harmonies of #B33F0B
Complementary color
Monochromatic Colors of #B33F0B
Black with #B33F0B
Text Example
Text Example
White with #B33F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F0B; }
p { color: rgb(179,63,11); }
H1.HeaderClassName
{
color: #B33F0B;
}
.AnyTagClassName
{
color: #B33F0B;
}
</style>
background-color css
<style>
a { background-color: #B33F0B; }
a { background-color: rgb(179,63,11); }
div.DivClassName
{
background-color: #B33F0B;
}
.BgClassName
{
background-color: #B33F0B;
}
</style>
border-color css
<style>
span { border-color: #B33F0B; }
span { border-color: rgb(179,63,11); }
td.TdClassName
{
border-color: #B33F0B;
}
.TagClassName
{
border-color: #B33F0B;
}
</style>