Shades of Rust #B33410
Tints of Rust #B33410
RGB
CMYK
RGB Variations
Color information
#B33410 (or 0xB33410) is known color: Rust. HEX triplet: B3, 34 and 10. RGB value is (179,52,16). Sum of RGB (Red+Green+Blue) = 179+52+16=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B33410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33410 is #4CCBEF. Grayscale: #565656. Windows color (decimal): -5032944 or 1062067. OLE color: 1062067.
HSL color Cylindrical-coordinate representation of color #B33410: hue angle of 13.25º 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 #B33410 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 16 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.30 |
| HSL | 13.25º | 0.84% | 0.38% | - |
| HSV(B) | 13.25º | 0.91% | 0.7% | - |
| XYZ | 19.91 | 12.08 | 1.77 | - |
| YUV | 85.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 16 | 0 | 0.71 | 0.91 | 0.30 | 13.25 | 0.84 | 0.38 |
| Hex | B3 | 34 | 10 | 0 | 47 | 5B | 1E | D | 54 | 26 |
| Octal | 263 | 64 | 20 | 0 | 107 | 133 | 36 | 15 | 124 | 46 |
| Binary | 10110011 | 110100 | 10000 | 0 | 1000111 | 1011011 | 11110 | 1101 | 1010100 | 100110 |
Color Harmonies of #B33410
Complementary color
Monochromatic Colors of #B33410
Black with #B33410
Text Example
Text Example
White with #B33410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33410; }
p { color: rgb(179,52,16); }
H1.HeaderClassName
{
color: #B33410;
}
.AnyTagClassName
{
color: #B33410;
}
</style>
background-color css
<style>
a { background-color: #B33410; }
a { background-color: rgb(179,52,16); }
div.DivClassName
{
background-color: #B33410;
}
.BgClassName
{
background-color: #B33410;
}
</style>
border-color css
<style>
span { border-color: #B33410; }
span { border-color: rgb(179,52,16); }
td.TdClassName
{
border-color: #B33410;
}
.TagClassName
{
border-color: #B33410;
}
</style>