Shades of Rust #B6510A
Tints of Rust #B6510A
RGB
CMYK
RGB Variations
Color information
#B6510A (or 0xB6510A) is known color: Rust. HEX triplet: B6, 51 and 0A. RGB value is (182,81,10). Sum of RGB (Red+Green+Blue) = 182+81+10=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B6510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6510A is #49AEF5. Grayscale: #676767. Windows color (decimal): -4828918 or 676278. OLE color: 676278.
HSL color Cylindrical-coordinate representation of color #B6510A: hue angle of 24.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6510A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.29 |
| HSL | 24.77º | 0.9% | 0.38% | - |
| HSV(B) | 24.77º | 0.95% | 0.71% | - |
| XYZ | 22.29 | 15.85 | 2.17 | - |
| YUV | 103.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 10 | 0 | 0.55 | 0.95 | 0.29 | 24.77 | 0.9 | 0.38 |
| Hex | B6 | 51 | A | 0 | 37 | 5F | 1D | 19 | 5A | 26 |
| Octal | 266 | 121 | 12 | 0 | 67 | 137 | 35 | 31 | 132 | 46 |
| Binary | 10110110 | 1010001 | 1010 | 0 | 110111 | 1011111 | 11101 | 11001 | 1011010 | 100110 |
Color Harmonies of #B6510A
Complementary color
Monochromatic Colors of #B6510A
Black with #B6510A
Text Example
Text Example
White with #B6510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6510A; }
p { color: rgb(182,81,10); }
H1.HeaderClassName
{
color: #B6510A;
}
.AnyTagClassName
{
color: #B6510A;
}
</style>
background-color css
<style>
a { background-color: #B6510A; }
a { background-color: rgb(182,81,10); }
div.DivClassName
{
background-color: #B6510A;
}
.BgClassName
{
background-color: #B6510A;
}
</style>
border-color css
<style>
span { border-color: #B6510A; }
span { border-color: rgb(182,81,10); }
td.TdClassName
{
border-color: #B6510A;
}
.TagClassName
{
border-color: #B6510A;
}
</style>