Shades of Rust #B63F10
Tints of Rust #B63F10
RGB
CMYK
RGB Variations
Color information
#B63F10 (or 0xB63F10) is known color: Rust. HEX triplet: B6, 3F and 10. RGB value is (182,63,16). Sum of RGB (Red+Green+Blue) = 182+63+16=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F10 is #49C0EF. Grayscale: #5D5D5D. Windows color (decimal): -4833520 or 1064886. OLE color: 1064886.
HSL color Cylindrical-coordinate representation of color #B63F10: hue angle of 16.99º 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 #B63F10 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.29 |
| HSL | 16.99º | 0.84% | 0.39% | - |
| HSV(B) | 16.99º | 0.91% | 0.71% | - |
| XYZ | 21.16 | 13.54 | 1.99 | - |
| YUV | 93.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 16 | 0 | 0.65 | 0.91 | 0.29 | 16.99 | 0.84 | 0.39 |
| Hex | B6 | 3F | 10 | 0 | 41 | 5B | 1D | 11 | 54 | 27 |
| Octal | 266 | 77 | 20 | 0 | 101 | 133 | 35 | 21 | 124 | 47 |
| Binary | 10110110 | 111111 | 10000 | 0 | 1000001 | 1011011 | 11101 | 10001 | 1010100 | 100111 |
Color Harmonies of #B63F10
Complementary color
Monochromatic Colors of #B63F10
Black with #B63F10
Text Example
Text Example
White with #B63F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F10; }
p { color: rgb(182,63,16); }
H1.HeaderClassName
{
color: #B63F10;
}
.AnyTagClassName
{
color: #B63F10;
}
</style>
background-color css
<style>
a { background-color: #B63F10; }
a { background-color: rgb(182,63,16); }
div.DivClassName
{
background-color: #B63F10;
}
.BgClassName
{
background-color: #B63F10;
}
</style>
border-color css
<style>
span { border-color: #B63F10; }
span { border-color: rgb(182,63,16); }
td.TdClassName
{
border-color: #B63F10;
}
.TagClassName
{
border-color: #B63F10;
}
</style>