Shades of Rust #B33A20
Tints of Rust #B33A20
RGB
CMYK
RGB Variations
Color information
#B33A20 (or 0xB33A20) is known color: Rust. HEX triplet: B3, 3A and 20. RGB value is (179,58,32). Sum of RGB (Red+Green+Blue) = 179+58+32=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A20 is #4CC5DF. Grayscale: #5B5B5B. Windows color (decimal): -5031392 or 2112179. OLE color: 2112179.
HSL color Cylindrical-coordinate representation of color #B33A20: hue angle of 10.61º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B33A20 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 32 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.30 |
| HSL | 10.61º | 0.7% | 0.41% | - |
| HSV(B) | 10.61º | 0.82% | 0.7% | - |
| XYZ | 20.36 | 12.71 | 2.75 | - |
| YUV | 91.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 32 | 0 | 0.68 | 0.82 | 0.30 | 10.61 | 0.7 | 0.41 |
| Hex | B3 | 3A | 20 | 0 | 44 | 52 | 1E | B | 46 | 29 |
| Octal | 263 | 72 | 40 | 0 | 104 | 122 | 36 | 13 | 106 | 51 |
| Binary | 10110011 | 111010 | 100000 | 0 | 1000100 | 1010010 | 11110 | 1011 | 1000110 | 101001 |
Color Harmonies of #B33A20
Complementary color
Monochromatic Colors of #B33A20
Black with #B33A20
Text Example
Text Example
White with #B33A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A20; }
p { color: rgb(179,58,32); }
H1.HeaderClassName
{
color: #B33A20;
}
.AnyTagClassName
{
color: #B33A20;
}
</style>
background-color css
<style>
a { background-color: #B33A20; }
a { background-color: rgb(179,58,32); }
div.DivClassName
{
background-color: #B33A20;
}
.BgClassName
{
background-color: #B33A20;
}
</style>
border-color css
<style>
span { border-color: #B33A20; }
span { border-color: rgb(179,58,32); }
td.TdClassName
{
border-color: #B33A20;
}
.TagClassName
{
border-color: #B33A20;
}
</style>