Shades of Rust #B33A00
Tints of Rust #B33A00
RGB
CMYK
RGB Variations
Color information
#B33A00 (or 0xB33A00) is known color: Rust. HEX triplet: B3, 3A and 00. RGB value is (179,58,0). Sum of RGB (Red+Green+Blue) = 179+58+0=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A00 is #4CC5FF. Grayscale: #575757. Windows color (decimal): -5031424 or 15027. OLE color: 15027.
HSL color Cylindrical-coordinate representation of color #B33A00: hue angle of 19.44º 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 #B33A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.30 |
| HSL | 19.44º | 1% | 0.35% | - |
| HSV(B) | 19.44º | 1% | 0.7% | - |
| XYZ | 20.1 | 12.61 | 1.37 | - |
| YUV | 87.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 0 | 0 | 0.68 | 1 | 0.30 | 19.44 | 1 | 0.35 |
| Hex | B3 | 3A | 0 | 0 | 44 | 64 | 1E | 13 | 64 | 23 |
| Octal | 263 | 72 | 0 | 0 | 104 | 144 | 36 | 23 | 144 | 43 |
| Binary | 10110011 | 111010 | 0 | 0 | 1000100 | 1100100 | 11110 | 10011 | 1100100 | 100011 |
Color Harmonies of #B33A00
Complementary color
Monochromatic Colors of #B33A00
Black with #B33A00
Text Example
Text Example
White with #B33A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A00; }
p { color: rgb(179,58,0); }
H1.HeaderClassName
{
color: #B33A00;
}
.AnyTagClassName
{
color: #B33A00;
}
</style>
background-color css
<style>
a { background-color: #B33A00; }
a { background-color: rgb(179,58,0); }
div.DivClassName
{
background-color: #B33A00;
}
.BgClassName
{
background-color: #B33A00;
}
</style>
border-color css
<style>
span { border-color: #B33A00; }
span { border-color: rgb(179,58,0); }
td.TdClassName
{
border-color: #B33A00;
}
.TagClassName
{
border-color: #B33A00;
}
</style>