Shades of Rust #B64111
Tints of Rust #B64111
RGB
CMYK
RGB Variations
Color information
#B64111 (or 0xB64111) is known color: Rust. HEX triplet: B6, 41 and 11. RGB value is (182,65,17). Sum of RGB (Red+Green+Blue) = 182+65+17=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B64111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64111 is #49BEEE. Grayscale: #5E5E5E. Windows color (decimal): -4833007 or 1130934. OLE color: 1130934.
HSL color Cylindrical-coordinate representation of color #B64111: hue angle of 17.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B64111 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.29 |
| HSL | 17.45º | 0.83% | 0.39% | - |
| HSV(B) | 17.45º | 0.91% | 0.71% | - |
| XYZ | 21.28 | 13.77 | 2.07 | - |
| YUV | 94.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 17 | 0 | 0.64 | 0.91 | 0.29 | 17.45 | 0.83 | 0.39 |
| Hex | B6 | 41 | 11 | 0 | 40 | 5B | 1D | 11 | 53 | 27 |
| Octal | 266 | 101 | 21 | 0 | 100 | 133 | 35 | 21 | 123 | 47 |
| Binary | 10110110 | 1000001 | 10001 | 0 | 1000000 | 1011011 | 11101 | 10001 | 1010011 | 100111 |
Color Harmonies of #B64111
Complementary color
Monochromatic Colors of #B64111
Black with #B64111
Text Example
Text Example
White with #B64111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64111; }
p { color: rgb(182,65,17); }
H1.HeaderClassName
{
color: #B64111;
}
.AnyTagClassName
{
color: #B64111;
}
</style>
background-color css
<style>
a { background-color: #B64111; }
a { background-color: rgb(182,65,17); }
div.DivClassName
{
background-color: #B64111;
}
.BgClassName
{
background-color: #B64111;
}
</style>
border-color css
<style>
span { border-color: #B64111; }
span { border-color: rgb(182,65,17); }
td.TdClassName
{
border-color: #B64111;
}
.TagClassName
{
border-color: #B64111;
}
</style>