Shades of Rust #B6440C
Tints of Rust #B6440C
RGB
CMYK
RGB Variations
Color information
#B6440C (or 0xB6440C) is known color: Rust. HEX triplet: B6, 44 and 0C. RGB value is (182,68,12). Sum of RGB (Red+Green+Blue) = 182+68+12=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6440C is #49BBF3. Grayscale: #606060. Windows color (decimal): -4832244 or 804022. OLE color: 804022.
HSL color Cylindrical-coordinate representation of color #B6440C: hue angle of 19.76º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6440C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 12 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.29 |
| HSL | 19.76º | 0.88% | 0.38% | - |
| HSV(B) | 19.76º | 0.93% | 0.71% | - |
| XYZ | 21.42 | 14.11 | 1.94 | - |
| YUV | 95.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 12 | 0 | 0.63 | 0.93 | 0.29 | 19.76 | 0.88 | 0.38 |
| Hex | B6 | 44 | C | 0 | 3F | 5D | 1D | 14 | 58 | 26 |
| Octal | 266 | 104 | 14 | 0 | 77 | 135 | 35 | 24 | 130 | 46 |
| Binary | 10110110 | 1000100 | 1100 | 0 | 111111 | 1011101 | 11101 | 10100 | 1011000 | 100110 |
Color Harmonies of #B6440C
Complementary color
Monochromatic Colors of #B6440C
Black with #B6440C
Text Example
Text Example
White with #B6440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6440C; }
p { color: rgb(182,68,12); }
H1.HeaderClassName
{
color: #B6440C;
}
.AnyTagClassName
{
color: #B6440C;
}
</style>
background-color css
<style>
a { background-color: #B6440C; }
a { background-color: rgb(182,68,12); }
div.DivClassName
{
background-color: #B6440C;
}
.BgClassName
{
background-color: #B6440C;
}
</style>
border-color css
<style>
span { border-color: #B6440C; }
span { border-color: rgb(182,68,12); }
td.TdClassName
{
border-color: #B6440C;
}
.TagClassName
{
border-color: #B6440C;
}
</style>