Shades of Rust #B64F13
Tints of Rust #B64F13
RGB
CMYK
RGB Variations
Color information
#B64F13 (or 0xB64F13) is known color: Rust. HEX triplet: B6, 4F and 13. RGB value is (182,79,19). Sum of RGB (Red+Green+Blue) = 182+79+19=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F13 is #49B0EC. Grayscale: #676767. Windows color (decimal): -4829421 or 1265590. OLE color: 1265590.
HSL color Cylindrical-coordinate representation of color #B64F13: hue angle of 22.09º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B64F13 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 19 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.29 |
| HSL | 22.09º | 0.81% | 0.39% | - |
| HSV(B) | 22.09º | 0.9% | 0.71% | - |
| XYZ | 22.2 | 15.58 | 2.45 | - |
| YUV | 102.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 19 | 0 | 0.57 | 0.90 | 0.29 | 22.09 | 0.81 | 0.39 |
| Hex | B6 | 4F | 13 | 0 | 39 | 5A | 1D | 16 | 51 | 27 |
| Octal | 266 | 117 | 23 | 0 | 71 | 132 | 35 | 26 | 121 | 47 |
| Binary | 10110110 | 1001111 | 10011 | 0 | 111001 | 1011010 | 11101 | 10110 | 1010001 | 100111 |
Color Harmonies of #B64F13
Complementary color
Monochromatic Colors of #B64F13
Black with #B64F13
Text Example
Text Example
White with #B64F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F13; }
p { color: rgb(182,79,19); }
H1.HeaderClassName
{
color: #B64F13;
}
.AnyTagClassName
{
color: #B64F13;
}
</style>
background-color css
<style>
a { background-color: #B64F13; }
a { background-color: rgb(182,79,19); }
div.DivClassName
{
background-color: #B64F13;
}
.BgClassName
{
background-color: #B64F13;
}
</style>
border-color css
<style>
span { border-color: #B64F13; }
span { border-color: rgb(182,79,19); }
td.TdClassName
{
border-color: #B64F13;
}
.TagClassName
{
border-color: #B64F13;
}
</style>