Shades of Rust #B65512
Tints of Rust #B65512
RGB
CMYK
RGB Variations
Color information
#B65512 (or 0xB65512) is known color: Rust. HEX triplet: B6, 55 and 12. RGB value is (182,85,18). Sum of RGB (Red+Green+Blue) = 182+85+18=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B65512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65512 is #49AAED. Grayscale: #6A6A6A. Windows color (decimal): -4827886 or 1201590. OLE color: 1201590.
HSL color Cylindrical-coordinate representation of color #B65512: hue angle of 24.51º degrees, saturation: 0.82, 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 #B65512 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.29 |
| HSL | 24.51º | 0.82% | 0.39% | - |
| HSV(B) | 24.51º | 0.9% | 0.71% | - |
| XYZ | 22.65 | 16.49 | 2.56 | - |
| YUV | 106.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 18 | 0 | 0.53 | 0.90 | 0.29 | 24.51 | 0.82 | 0.39 |
| Hex | B6 | 55 | 12 | 0 | 35 | 5A | 1D | 19 | 52 | 27 |
| Octal | 266 | 125 | 22 | 0 | 65 | 132 | 35 | 31 | 122 | 47 |
| Binary | 10110110 | 1010101 | 10010 | 0 | 110101 | 1011010 | 11101 | 11001 | 1010010 | 100111 |
Color Harmonies of #B65512
Complementary color
Monochromatic Colors of #B65512
Black with #B65512
Text Example
Text Example
White with #B65512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65512; }
p { color: rgb(182,85,18); }
H1.HeaderClassName
{
color: #B65512;
}
.AnyTagClassName
{
color: #B65512;
}
</style>
background-color css
<style>
a { background-color: #B65512; }
a { background-color: rgb(182,85,18); }
div.DivClassName
{
background-color: #B65512;
}
.BgClassName
{
background-color: #B65512;
}
</style>
border-color css
<style>
span { border-color: #B65512; }
span { border-color: rgb(182,85,18); }
td.TdClassName
{
border-color: #B65512;
}
.TagClassName
{
border-color: #B65512;
}
</style>