Shades of Rust #B33900
Tints of Rust #B33900
RGB
CMYK
RGB Variations
Color information
#B33900 (or 0xB33900) is known color: Rust. HEX triplet: B3, 39 and 00. RGB value is (179,57,0). Sum of RGB (Red+Green+Blue) = 179+57+0=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B33900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33900 is #4CC6FF. Grayscale: #575757. Windows color (decimal): -5031680 or 14771. OLE color: 14771.
HSL color Cylindrical-coordinate representation of color #B33900: hue angle of 19.11º 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 #B33900 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.30 |
| HSL | 19.11º | 1% | 0.35% | - |
| HSV(B) | 19.11º | 1% | 0.7% | - |
| XYZ | 20.05 | 12.51 | 1.36 | - |
| YUV | 86.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 0 | 0 | 0.68 | 1 | 0.30 | 19.11 | 1 | 0.35 |
| Hex | B3 | 39 | 0 | 0 | 44 | 64 | 1E | 13 | 64 | 23 |
| Octal | 263 | 71 | 0 | 0 | 104 | 144 | 36 | 23 | 144 | 43 |
| Binary | 10110011 | 111001 | 0 | 0 | 1000100 | 1100100 | 11110 | 10011 | 1100100 | 100011 |
Color Harmonies of #B33900
Complementary color
Monochromatic Colors of #B33900
Black with #B33900
Text Example
Text Example
White with #B33900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33900; }
p { color: rgb(179,57,0); }
H1.HeaderClassName
{
color: #B33900;
}
.AnyTagClassName
{
color: #B33900;
}
</style>
background-color css
<style>
a { background-color: #B33900; }
a { background-color: rgb(179,57,0); }
div.DivClassName
{
background-color: #B33900;
}
.BgClassName
{
background-color: #B33900;
}
</style>
border-color css
<style>
span { border-color: #B33900; }
span { border-color: rgb(179,57,0); }
td.TdClassName
{
border-color: #B33900;
}
.TagClassName
{
border-color: #B33900;
}
</style>