Shades of Rust #B33B03
Tints of Rust #B33B03
RGB
CMYK
RGB Variations
Color information
#B33B03 (or 0xB33B03) is known color: Rust. HEX triplet: B3, 3B and 03. RGB value is (179,59,3). Sum of RGB (Red+Green+Blue) = 179+59+3=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B03 is #4CC4FC. Grayscale: #585858. Windows color (decimal): -5031165 or 211891. OLE color: 211891.
HSL color Cylindrical-coordinate representation of color #B33B03: hue angle of 19.09º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B33B03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.30 |
| HSL | 19.09º | 0.97% | 0.36% | - |
| HSV(B) | 19.09º | 0.98% | 0.7% | - |
| XYZ | 20.17 | 12.72 | 1.48 | - |
| YUV | 88.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 3 | 0 | 0.67 | 0.98 | 0.30 | 19.09 | 0.97 | 0.36 |
| Hex | B3 | 3B | 3 | 0 | 43 | 62 | 1E | 13 | 61 | 24 |
| Octal | 263 | 73 | 3 | 0 | 103 | 142 | 36 | 23 | 141 | 44 |
| Binary | 10110011 | 111011 | 11 | 0 | 1000011 | 1100010 | 11110 | 10011 | 1100001 | 100100 |
Color Harmonies of #B33B03
Complementary color
Monochromatic Colors of #B33B03
Black with #B33B03
Text Example
Text Example
White with #B33B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B03; }
p { color: rgb(179,59,3); }
H1.HeaderClassName
{
color: #B33B03;
}
.AnyTagClassName
{
color: #B33B03;
}
</style>
background-color css
<style>
a { background-color: #B33B03; }
a { background-color: rgb(179,59,3); }
div.DivClassName
{
background-color: #B33B03;
}
.BgClassName
{
background-color: #B33B03;
}
</style>
border-color css
<style>
span { border-color: #B33B03; }
span { border-color: rgb(179,59,3); }
td.TdClassName
{
border-color: #B33B03;
}
.TagClassName
{
border-color: #B33B03;
}
</style>