Shades of Rust #B6440B
Tints of Rust #B6440B
RGB
CMYK
RGB Variations
Color information
#B6440B (or 0xB6440B) is known color: Rust. HEX triplet: B6, 44 and 0B. RGB value is (182,68,11). Sum of RGB (Red+Green+Blue) = 182+68+11=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6440B is #49BBF4. Grayscale: #5F5F5F. Windows color (decimal): -4832245 or 738486. OLE color: 738486.
HSL color Cylindrical-coordinate representation of color #B6440B: hue angle of 20º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6440B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.29 |
| HSL | 20º | 0.89% | 0.38% | - |
| HSV(B) | 20º | 0.94% | 0.71% | - |
| XYZ | 21.42 | 14.1 | 1.91 | - |
| YUV | 95.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 11 | 0 | 0.63 | 0.94 | 0.29 | 20 | 0.89 | 0.38 |
| Hex | B6 | 44 | B | 0 | 3F | 5E | 1D | 14 | 59 | 26 |
| Octal | 266 | 104 | 13 | 0 | 77 | 136 | 35 | 24 | 131 | 46 |
| Binary | 10110110 | 1000100 | 1011 | 0 | 111111 | 1011110 | 11101 | 10100 | 1011001 | 100110 |
Color Harmonies of #B6440B
Complementary color
Monochromatic Colors of #B6440B
Black with #B6440B
Text Example
Text Example
White with #B6440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6440B; }
p { color: rgb(182,68,11); }
H1.HeaderClassName
{
color: #B6440B;
}
.AnyTagClassName
{
color: #B6440B;
}
</style>
background-color css
<style>
a { background-color: #B6440B; }
a { background-color: rgb(182,68,11); }
div.DivClassName
{
background-color: #B6440B;
}
.BgClassName
{
background-color: #B6440B;
}
</style>
border-color css
<style>
span { border-color: #B6440B; }
span { border-color: rgb(182,68,11); }
td.TdClassName
{
border-color: #B6440B;
}
.TagClassName
{
border-color: #B6440B;
}
</style>