Shades of Rust #B64C11
Tints of Rust #B64C11
RGB
CMYK
RGB Variations
Color information
#B64C11 (or 0xB64C11) is known color: Rust. HEX triplet: B6, 4C and 11. RGB value is (182,76,17). Sum of RGB (Red+Green+Blue) = 182+76+17=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C11 is #49B3EE. Grayscale: #656565. Windows color (decimal): -4830191 or 1133750. OLE color: 1133750.
HSL color Cylindrical-coordinate representation of color #B64C11: hue angle of 21.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 #B64C11 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 17 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.29 |
| HSL | 21.45º | 0.83% | 0.39% | - |
| HSV(B) | 21.45º | 0.91% | 0.71% | - |
| XYZ | 21.98 | 15.15 | 2.3 | - |
| YUV | 100.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 17 | 0 | 0.58 | 0.91 | 0.29 | 21.45 | 0.83 | 0.39 |
| Hex | B6 | 4C | 11 | 0 | 3A | 5B | 1D | 15 | 53 | 27 |
| Octal | 266 | 114 | 21 | 0 | 72 | 133 | 35 | 25 | 123 | 47 |
| Binary | 10110110 | 1001100 | 10001 | 0 | 111010 | 1011011 | 11101 | 10101 | 1010011 | 100111 |
Color Harmonies of #B64C11
Complementary color
Monochromatic Colors of #B64C11
Black with #B64C11
Text Example
Text Example
White with #B64C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C11; }
p { color: rgb(182,76,17); }
H1.HeaderClassName
{
color: #B64C11;
}
.AnyTagClassName
{
color: #B64C11;
}
</style>
background-color css
<style>
a { background-color: #B64C11; }
a { background-color: rgb(182,76,17); }
div.DivClassName
{
background-color: #B64C11;
}
.BgClassName
{
background-color: #B64C11;
}
</style>
border-color css
<style>
span { border-color: #B64C11; }
span { border-color: rgb(182,76,17); }
td.TdClassName
{
border-color: #B64C11;
}
.TagClassName
{
border-color: #B64C11;
}
</style>