Shades of Rust #B63F0B
Tints of Rust #B63F0B
RGB
CMYK
RGB Variations
Color information
#B63F0B (or 0xB63F0B) is known color: Rust. HEX triplet: B6, 3F and 0B. RGB value is (182,63,11). Sum of RGB (Red+Green+Blue) = 182+63+11=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F0B is #49C0F4. Grayscale: #5C5C5C. Windows color (decimal): -4833525 or 737206. OLE color: 737206.
HSL color Cylindrical-coordinate representation of color #B63F0B: hue angle of 18.25º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B63F0B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.29 |
| HSL | 18.25º | 0.89% | 0.38% | - |
| HSV(B) | 18.25º | 0.94% | 0.71% | - |
| XYZ | 21.13 | 13.52 | 1.81 | - |
| YUV | 92.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 11 | 0 | 0.65 | 0.94 | 0.29 | 18.25 | 0.89 | 0.38 |
| Hex | B6 | 3F | B | 0 | 41 | 5E | 1D | 12 | 59 | 26 |
| Octal | 266 | 77 | 13 | 0 | 101 | 136 | 35 | 22 | 131 | 46 |
| Binary | 10110110 | 111111 | 1011 | 0 | 1000001 | 1011110 | 11101 | 10010 | 1011001 | 100110 |
Color Harmonies of #B63F0B
Complementary color
Monochromatic Colors of #B63F0B
Black with #B63F0B
Text Example
Text Example
White with #B63F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F0B; }
p { color: rgb(182,63,11); }
H1.HeaderClassName
{
color: #B63F0B;
}
.AnyTagClassName
{
color: #B63F0B;
}
</style>
background-color css
<style>
a { background-color: #B63F0B; }
a { background-color: rgb(182,63,11); }
div.DivClassName
{
background-color: #B63F0B;
}
.BgClassName
{
background-color: #B63F0B;
}
</style>
border-color css
<style>
span { border-color: #B63F0B; }
span { border-color: rgb(182,63,11); }
td.TdClassName
{
border-color: #B63F0B;
}
.TagClassName
{
border-color: #B63F0B;
}
</style>