Shades of Rust #B33010
Tints of Rust #B33010
RGB
CMYK
RGB Variations
Color information
#B33010 (or 0xB33010) is known color: Rust. HEX triplet: B3, 30 and 10. RGB value is (179,48,16). Sum of RGB (Red+Green+Blue) = 179+48+16=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B33010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33010 is #4CCFEF. Grayscale: #535353. Windows color (decimal): -5033968 or 1061043. OLE color: 1061043.
HSL color Cylindrical-coordinate representation of color #B33010: hue angle of 11.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33010 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 16 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.30 |
| HSL | 11.78º | 0.84% | 0.38% | - |
| HSV(B) | 11.78º | 0.91% | 0.7% | - |
| XYZ | 19.74 | 11.74 | 1.71 | - |
| YUV | 83.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 16 | 0 | 0.73 | 0.91 | 0.30 | 11.78 | 0.84 | 0.38 |
| Hex | B3 | 30 | 10 | 0 | 49 | 5B | 1E | C | 54 | 26 |
| Octal | 263 | 60 | 20 | 0 | 111 | 133 | 36 | 14 | 124 | 46 |
| Binary | 10110011 | 110000 | 10000 | 0 | 1001001 | 1011011 | 11110 | 1100 | 1010100 | 100110 |
Color Harmonies of #B33010
Complementary color
Monochromatic Colors of #B33010
Black with #B33010
Text Example
Text Example
White with #B33010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33010; }
p { color: rgb(179,48,16); }
H1.HeaderClassName
{
color: #B33010;
}
.AnyTagClassName
{
color: #B33010;
}
</style>
background-color css
<style>
a { background-color: #B33010; }
a { background-color: rgb(179,48,16); }
div.DivClassName
{
background-color: #B33010;
}
.BgClassName
{
background-color: #B33010;
}
</style>
border-color css
<style>
span { border-color: #B33010; }
span { border-color: rgb(179,48,16); }
td.TdClassName
{
border-color: #B33010;
}
.TagClassName
{
border-color: #B33010;
}
</style>