Shades of Rust #B64B10
Tints of Rust #B64B10
RGB
CMYK
RGB Variations
Color information
#B64B10 (or 0xB64B10) is known color: Rust. HEX triplet: B6, 4B and 10. RGB value is (182,75,16). Sum of RGB (Red+Green+Blue) = 182+75+16=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B10 is #49B4EF. Grayscale: #646464. Windows color (decimal): -4830448 or 1067958. OLE color: 1067958.
HSL color Cylindrical-coordinate representation of color #B64B10: hue angle of 21.33º degrees, saturation: 0.84, 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 #B64B10 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.29 |
| HSL | 21.33º | 0.84% | 0.39% | - |
| HSV(B) | 21.33º | 0.91% | 0.71% | - |
| XYZ | 21.9 | 15.01 | 2.23 | - |
| YUV | 100.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 16 | 0 | 0.59 | 0.91 | 0.29 | 21.33 | 0.84 | 0.39 |
| Hex | B6 | 4B | 10 | 0 | 3B | 5B | 1D | 15 | 54 | 27 |
| Octal | 266 | 113 | 20 | 0 | 73 | 133 | 35 | 25 | 124 | 47 |
| Binary | 10110110 | 1001011 | 10000 | 0 | 111011 | 1011011 | 11101 | 10101 | 1010100 | 100111 |
Color Harmonies of #B64B10
Complementary color
Monochromatic Colors of #B64B10
Black with #B64B10
Text Example
Text Example
White with #B64B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B10; }
p { color: rgb(182,75,16); }
H1.HeaderClassName
{
color: #B64B10;
}
.AnyTagClassName
{
color: #B64B10;
}
</style>
background-color css
<style>
a { background-color: #B64B10; }
a { background-color: rgb(182,75,16); }
div.DivClassName
{
background-color: #B64B10;
}
.BgClassName
{
background-color: #B64B10;
}
</style>
border-color css
<style>
span { border-color: #B64B10; }
span { border-color: rgb(182,75,16); }
td.TdClassName
{
border-color: #B64B10;
}
.TagClassName
{
border-color: #B64B10;
}
</style>