Shades of Rust #B2440B
Tints of Rust #B2440B
RGB
CMYK
RGB Variations
Color information
#B2440B (or 0xB2440B) is known color: Rust. HEX triplet: B2, 44 and 0B. RGB value is (178,68,11). Sum of RGB (Red+Green+Blue) = 178+68+11=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2440B is #4DBBF4. Grayscale: #5E5E5E. Windows color (decimal): -5094389 or 738482. OLE color: 738482.
HSL color Cylindrical-coordinate representation of color #B2440B: hue angle of 20.48º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2440B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.30 |
| HSL | 20.48º | 0.88% | 0.37% | - |
| HSV(B) | 20.48º | 0.94% | 0.7% | - |
| XYZ | 20.49 | 13.62 | 1.87 | - |
| YUV | 94.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 11 | 0 | 0.62 | 0.94 | 0.30 | 20.48 | 0.88 | 0.37 |
| Hex | B2 | 44 | B | 0 | 3E | 5E | 1E | 14 | 58 | 25 |
| Octal | 262 | 104 | 13 | 0 | 76 | 136 | 36 | 24 | 130 | 45 |
| Binary | 10110010 | 1000100 | 1011 | 0 | 111110 | 1011110 | 11110 | 10100 | 1011000 | 100101 |
Color Harmonies of #B2440B
Complementary color
Monochromatic Colors of #B2440B
Black with #B2440B
Text Example
Text Example
White with #B2440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2440B; }
p { color: rgb(178,68,11); }
H1.HeaderClassName
{
color: #B2440B;
}
.AnyTagClassName
{
color: #B2440B;
}
</style>
background-color css
<style>
a { background-color: #B2440B; }
a { background-color: rgb(178,68,11); }
div.DivClassName
{
background-color: #B2440B;
}
.BgClassName
{
background-color: #B2440B;
}
</style>
border-color css
<style>
span { border-color: #B2440B; }
span { border-color: rgb(178,68,11); }
td.TdClassName
{
border-color: #B2440B;
}
.TagClassName
{
border-color: #B2440B;
}
</style>