Shades of Rust #B65013
Tints of Rust #B65013
RGB
CMYK
RGB Variations
Color information
#B65013 (or 0xB65013) is known color: Rust. HEX triplet: B6, 50 and 13. RGB value is (182,80,19). Sum of RGB (Red+Green+Blue) = 182+80+19=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B65013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65013 is #49AFEC. Grayscale: #676767. Windows color (decimal): -4829165 or 1265846. OLE color: 1265846.
HSL color Cylindrical-coordinate representation of color #B65013: hue angle of 22.45º 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 #B65013 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.29 |
| HSL | 22.45º | 0.81% | 0.39% | - |
| HSV(B) | 22.45º | 0.9% | 0.71% | - |
| XYZ | 22.28 | 15.73 | 2.48 | - |
| YUV | 103.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 19 | 0 | 0.56 | 0.90 | 0.29 | 22.45 | 0.81 | 0.39 |
| Hex | B6 | 50 | 13 | 0 | 38 | 5A | 1D | 16 | 51 | 27 |
| Octal | 266 | 120 | 23 | 0 | 70 | 132 | 35 | 26 | 121 | 47 |
| Binary | 10110110 | 1010000 | 10011 | 0 | 111000 | 1011010 | 11101 | 10110 | 1010001 | 100111 |
Color Harmonies of #B65013
Complementary color
Monochromatic Colors of #B65013
Black with #B65013
Text Example
Text Example
White with #B65013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65013; }
p { color: rgb(182,80,19); }
H1.HeaderClassName
{
color: #B65013;
}
.AnyTagClassName
{
color: #B65013;
}
</style>
background-color css
<style>
a { background-color: #B65013; }
a { background-color: rgb(182,80,19); }
div.DivClassName
{
background-color: #B65013;
}
.BgClassName
{
background-color: #B65013;
}
</style>
border-color css
<style>
span { border-color: #B65013; }
span { border-color: rgb(182,80,19); }
td.TdClassName
{
border-color: #B65013;
}
.TagClassName
{
border-color: #B65013;
}
</style>