Shades of Rust #B63610
Tints of Rust #B63610
RGB
CMYK
RGB Variations
Color information
#B63610 (or 0xB63610) is known color: Rust. HEX triplet: B6, 36 and 10. RGB value is (182,54,16). Sum of RGB (Red+Green+Blue) = 182+54+16=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B63610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63610 is #49C9EF. Grayscale: #585858. Windows color (decimal): -4835824 or 1062582. OLE color: 1062582.
HSL color Cylindrical-coordinate representation of color #B63610: hue angle of 13.73º 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 #B63610 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.29 |
| HSL | 13.73º | 0.84% | 0.39% | - |
| HSV(B) | 13.73º | 0.91% | 0.71% | - |
| XYZ | 20.7 | 12.62 | 1.84 | - |
| YUV | 87.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 16 | 0 | 0.70 | 0.91 | 0.29 | 13.73 | 0.84 | 0.39 |
| Hex | B6 | 36 | 10 | 0 | 46 | 5B | 1D | E | 54 | 27 |
| Octal | 266 | 66 | 20 | 0 | 106 | 133 | 35 | 16 | 124 | 47 |
| Binary | 10110110 | 110110 | 10000 | 0 | 1000110 | 1011011 | 11101 | 1110 | 1010100 | 100111 |
Color Harmonies of #B63610
Complementary color
Monochromatic Colors of #B63610
Black with #B63610
Text Example
Text Example
White with #B63610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63610; }
p { color: rgb(182,54,16); }
H1.HeaderClassName
{
color: #B63610;
}
.AnyTagClassName
{
color: #B63610;
}
</style>
background-color css
<style>
a { background-color: #B63610; }
a { background-color: rgb(182,54,16); }
div.DivClassName
{
background-color: #B63610;
}
.BgClassName
{
background-color: #B63610;
}
</style>
border-color css
<style>
span { border-color: #B63610; }
span { border-color: rgb(182,54,16); }
td.TdClassName
{
border-color: #B63610;
}
.TagClassName
{
border-color: #B63610;
}
</style>