Shades of Rust #B33103
Tints of Rust #B33103
RGB
CMYK
RGB Variations
Color information
#B33103 (or 0xB33103) is known color: Rust. HEX triplet: B3, 31 and 03. RGB value is (179,49,3). Sum of RGB (Red+Green+Blue) = 179+49+3=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B33103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33103 is #4CCEFC. Grayscale: #525252. Windows color (decimal): -5033725 or 209331. OLE color: 209331.
HSL color Cylindrical-coordinate representation of color #B33103: hue angle of 15.68º 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 #B33103 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.30 |
| HSL | 15.68º | 0.97% | 0.36% | - |
| HSV(B) | 15.68º | 0.98% | 0.7% | - |
| XYZ | 19.71 | 11.79 | 1.32 | - |
| YUV | 82.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 3 | 0 | 0.73 | 0.98 | 0.30 | 15.68 | 0.97 | 0.36 |
| Hex | B3 | 31 | 3 | 0 | 49 | 62 | 1E | 10 | 61 | 24 |
| Octal | 263 | 61 | 3 | 0 | 111 | 142 | 36 | 20 | 141 | 44 |
| Binary | 10110011 | 110001 | 11 | 0 | 1001001 | 1100010 | 11110 | 10000 | 1100001 | 100100 |
Color Harmonies of #B33103
Complementary color
Monochromatic Colors of #B33103
Black with #B33103
Text Example
Text Example
White with #B33103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33103; }
p { color: rgb(179,49,3); }
H1.HeaderClassName
{
color: #B33103;
}
.AnyTagClassName
{
color: #B33103;
}
</style>
background-color css
<style>
a { background-color: #B33103; }
a { background-color: rgb(179,49,3); }
div.DivClassName
{
background-color: #B33103;
}
.BgClassName
{
background-color: #B33103;
}
</style>
border-color css
<style>
span { border-color: #B33103; }
span { border-color: rgb(179,49,3); }
td.TdClassName
{
border-color: #B33103;
}
.TagClassName
{
border-color: #B33103;
}
</style>