Shades of Rust #B63F0E
Tints of Rust #B63F0E
RGB
CMYK
RGB Variations
Color information
#B63F0E (or 0xB63F0E) is known color: Rust. HEX triplet: B6, 3F and 0E. RGB value is (182,63,14). Sum of RGB (Red+Green+Blue) = 182+63+14=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F0E is #49C0F1. Grayscale: #5D5D5D. Windows color (decimal): -4833522 or 933814. OLE color: 933814.
HSL color Cylindrical-coordinate representation of color #B63F0E: hue angle of 17.5º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B63F0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.29 |
| HSL | 17.5º | 0.86% | 0.38% | - |
| HSV(B) | 17.5º | 0.92% | 0.71% | - |
| XYZ | 21.15 | 13.53 | 1.91 | - |
| YUV | 93 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 14 | 0 | 0.65 | 0.92 | 0.29 | 17.5 | 0.86 | 0.38 |
| Hex | B6 | 3F | E | 0 | 41 | 5C | 1D | 12 | 56 | 26 |
| Octal | 266 | 77 | 16 | 0 | 101 | 134 | 35 | 22 | 126 | 46 |
| Binary | 10110110 | 111111 | 1110 | 0 | 1000001 | 1011100 | 11101 | 10010 | 1010110 | 100110 |
Color Harmonies of #B63F0E
Complementary color
Monochromatic Colors of #B63F0E
Black with #B63F0E
Text Example
Text Example
White with #B63F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F0E; }
p { color: rgb(182,63,14); }
H1.HeaderClassName
{
color: #B63F0E;
}
.AnyTagClassName
{
color: #B63F0E;
}
</style>
background-color css
<style>
a { background-color: #B63F0E; }
a { background-color: rgb(182,63,14); }
div.DivClassName
{
background-color: #B63F0E;
}
.BgClassName
{
background-color: #B63F0E;
}
</style>
border-color css
<style>
span { border-color: #B63F0E; }
span { border-color: rgb(182,63,14); }
td.TdClassName
{
border-color: #B63F0E;
}
.TagClassName
{
border-color: #B63F0E;
}
</style>