Shades of Rust #B33F03
Tints of Rust #B33F03
RGB
CMYK
RGB Variations
Color information
#B33F03 (or 0xB33F03) is known color: Rust. HEX triplet: B3, 3F and 03. RGB value is (179,63,3). Sum of RGB (Red+Green+Blue) = 179+63+3=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F03 is #4CC0FC. Grayscale: #5B5B5B. Windows color (decimal): -5030141 or 212915. OLE color: 212915.
HSL color Cylindrical-coordinate representation of color #B33F03: hue angle of 20.45º 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 #B33F03 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.30 |
| HSL | 20.45º | 0.97% | 0.36% | - |
| HSV(B) | 20.45º | 0.98% | 0.7% | - |
| XYZ | 20.38 | 13.15 | 1.55 | - |
| YUV | 90.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 3 | 0 | 0.65 | 0.98 | 0.30 | 20.45 | 0.97 | 0.36 |
| Hex | B3 | 3F | 3 | 0 | 41 | 62 | 1E | 14 | 61 | 24 |
| Octal | 263 | 77 | 3 | 0 | 101 | 142 | 36 | 24 | 141 | 44 |
| Binary | 10110011 | 111111 | 11 | 0 | 1000001 | 1100010 | 11110 | 10100 | 1100001 | 100100 |
Color Harmonies of #B33F03
Complementary color
Monochromatic Colors of #B33F03
Black with #B33F03
Text Example
Text Example
White with #B33F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F03; }
p { color: rgb(179,63,3); }
H1.HeaderClassName
{
color: #B33F03;
}
.AnyTagClassName
{
color: #B33F03;
}
</style>
background-color css
<style>
a { background-color: #B33F03; }
a { background-color: rgb(179,63,3); }
div.DivClassName
{
background-color: #B33F03;
}
.BgClassName
{
background-color: #B33F03;
}
</style>
border-color css
<style>
span { border-color: #B33F03; }
span { border-color: rgb(179,63,3); }
td.TdClassName
{
border-color: #B33F03;
}
.TagClassName
{
border-color: #B33F03;
}
</style>