Shades of Rust #B64D1B
Tints of Rust #B64D1B
RGB
CMYK
RGB Variations
Color information
#B64D1B (or 0xB64D1B) is known color: Rust. HEX triplet: B6, 4D and 1B. RGB value is (182,77,27). Sum of RGB (Red+Green+Blue) = 182+77+27=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D1B is #49B2E4. Grayscale: #676767. Windows color (decimal): -4829925 or 1789366. OLE color: 1789366.
HSL color Cylindrical-coordinate representation of color #B64D1B: hue angle of 19.35º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B64D1B is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 27 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.29 |
| HSL | 19.35º | 0.74% | 0.41% | - |
| HSV(B) | 19.35º | 0.85% | 0.71% | - |
| XYZ | 22.14 | 15.33 | 2.83 | - |
| YUV | 102.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 27 | 0 | 0.58 | 0.85 | 0.29 | 19.35 | 0.74 | 0.41 |
| Hex | B6 | 4D | 1B | 0 | 3A | 55 | 1D | 13 | 4A | 29 |
| Octal | 266 | 115 | 33 | 0 | 72 | 125 | 35 | 23 | 112 | 51 |
| Binary | 10110110 | 1001101 | 11011 | 0 | 111010 | 1010101 | 11101 | 10011 | 1001010 | 101001 |
Color Harmonies of #B64D1B
Complementary color
Monochromatic Colors of #B64D1B
Black with #B64D1B
Text Example
Text Example
White with #B64D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D1B; }
p { color: rgb(182,77,27); }
H1.HeaderClassName
{
color: #B64D1B;
}
.AnyTagClassName
{
color: #B64D1B;
}
</style>
background-color css
<style>
a { background-color: #B64D1B; }
a { background-color: rgb(182,77,27); }
div.DivClassName
{
background-color: #B64D1B;
}
.BgClassName
{
background-color: #B64D1B;
}
</style>
border-color css
<style>
span { border-color: #B64D1B; }
span { border-color: rgb(182,77,27); }
td.TdClassName
{
border-color: #B64D1B;
}
.TagClassName
{
border-color: #B64D1B;
}
</style>