Shades of Rust #B33500
Tints of Rust #B33500
RGB
CMYK
RGB Variations
Color information
#B33500 (or 0xB33500) is known color: Rust. HEX triplet: B3, 35 and 00. RGB value is (179,53,0). Sum of RGB (Red+Green+Blue) = 179+53+0=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B33500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33500 is #4CCAFF. Grayscale: #545454. Windows color (decimal): -5032704 or 13747. OLE color: 13747.
HSL color Cylindrical-coordinate representation of color #B33500: hue angle of 17.77º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B33500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.30 |
| HSL | 17.77º | 1% | 0.35% | - |
| HSV(B) | 17.77º | 1% | 0.7% | - |
| XYZ | 19.86 | 12.13 | 1.29 | - |
| YUV | 84.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 0 | 0 | 0.70 | 1 | 0.30 | 17.77 | 1 | 0.35 |
| Hex | B3 | 35 | 0 | 0 | 46 | 64 | 1E | 12 | 64 | 23 |
| Octal | 263 | 65 | 0 | 0 | 106 | 144 | 36 | 22 | 144 | 43 |
| Binary | 10110011 | 110101 | 0 | 0 | 1000110 | 1100100 | 11110 | 10010 | 1100100 | 100011 |
Color Harmonies of #B33500
Complementary color
Monochromatic Colors of #B33500
Black with #B33500
Text Example
Text Example
White with #B33500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33500; }
p { color: rgb(179,53,0); }
H1.HeaderClassName
{
color: #B33500;
}
.AnyTagClassName
{
color: #B33500;
}
</style>
background-color css
<style>
a { background-color: #B33500; }
a { background-color: rgb(179,53,0); }
div.DivClassName
{
background-color: #B33500;
}
.BgClassName
{
background-color: #B33500;
}
</style>
border-color css
<style>
span { border-color: #B33500; }
span { border-color: rgb(179,53,0); }
td.TdClassName
{
border-color: #B33500;
}
.TagClassName
{
border-color: #B33500;
}
</style>