Shades of Rust #B33D00
Tints of Rust #B33D00
RGB
CMYK
RGB Variations
Color information
#B33D00 (or 0xB33D00) is known color: Rust. HEX triplet: B3, 3D and 00. RGB value is (179,61,0). Sum of RGB (Red+Green+Blue) = 179+61+0=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D00 is #4CC2FF. Grayscale: #595959. Windows color (decimal): -5030656 or 15795. OLE color: 15795.
HSL color Cylindrical-coordinate representation of color #B33D00: hue angle of 20.45º 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 #B33D00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.30 |
| HSL | 20.45º | 1% | 0.35% | - |
| HSV(B) | 20.45º | 1% | 0.7% | - |
| XYZ | 20.26 | 12.92 | 1.43 | - |
| YUV | 89.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 0 | 0 | 0.66 | 1 | 0.30 | 20.45 | 1 | 0.35 |
| Hex | B3 | 3D | 0 | 0 | 42 | 64 | 1E | 14 | 64 | 23 |
| Octal | 263 | 75 | 0 | 0 | 102 | 144 | 36 | 24 | 144 | 43 |
| Binary | 10110011 | 111101 | 0 | 0 | 1000010 | 1100100 | 11110 | 10100 | 1100100 | 100011 |
Color Harmonies of #B33D00
Complementary color
Monochromatic Colors of #B33D00
Black with #B33D00
Text Example
Text Example
White with #B33D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D00; }
p { color: rgb(179,61,0); }
H1.HeaderClassName
{
color: #B33D00;
}
.AnyTagClassName
{
color: #B33D00;
}
</style>
background-color css
<style>
a { background-color: #B33D00; }
a { background-color: rgb(179,61,0); }
div.DivClassName
{
background-color: #B33D00;
}
.BgClassName
{
background-color: #B33D00;
}
</style>
border-color css
<style>
span { border-color: #B33D00; }
span { border-color: rgb(179,61,0); }
td.TdClassName
{
border-color: #B33D00;
}
.TagClassName
{
border-color: #B33D00;
}
</style>