Shades of Rust #B65713
Tints of Rust #B65713
RGB
CMYK
RGB Variations
Color information
#B65713 (or 0xB65713) is known color: Rust. HEX triplet: B6, 57 and 13. RGB value is (182,87,19). Sum of RGB (Red+Green+Blue) = 182+87+19=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65713 is #49A8EC. Grayscale: #6C6C6C. Windows color (decimal): -4827373 or 1267638. OLE color: 1267638.
HSL color Cylindrical-coordinate representation of color #B65713: hue angle of 25.03º 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 #B65713 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.29 |
| HSL | 25.03º | 0.81% | 0.39% | - |
| HSV(B) | 25.03º | 0.9% | 0.71% | - |
| XYZ | 22.82 | 16.81 | 2.66 | - |
| YUV | 107.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 19 | 0 | 0.52 | 0.90 | 0.29 | 25.03 | 0.81 | 0.39 |
| Hex | B6 | 57 | 13 | 0 | 34 | 5A | 1D | 19 | 51 | 27 |
| Octal | 266 | 127 | 23 | 0 | 64 | 132 | 35 | 31 | 121 | 47 |
| Binary | 10110110 | 1010111 | 10011 | 0 | 110100 | 1011010 | 11101 | 11001 | 1010001 | 100111 |
Color Harmonies of #B65713
Complementary color
Monochromatic Colors of #B65713
Black with #B65713
Text Example
Text Example
White with #B65713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65713; }
p { color: rgb(182,87,19); }
H1.HeaderClassName
{
color: #B65713;
}
.AnyTagClassName
{
color: #B65713;
}
</style>
background-color css
<style>
a { background-color: #B65713; }
a { background-color: rgb(182,87,19); }
div.DivClassName
{
background-color: #B65713;
}
.BgClassName
{
background-color: #B65713;
}
</style>
border-color css
<style>
span { border-color: #B65713; }
span { border-color: rgb(182,87,19); }
td.TdClassName
{
border-color: #B65713;
}
.TagClassName
{
border-color: #B65713;
}
</style>