Shades of Rust #B63108
Tints of Rust #B63108
RGB
CMYK
RGB Variations
Color information
#B63108 (or 0xB63108) is known color: Rust. HEX triplet: B6, 31 and 08. RGB value is (182,49,8). Sum of RGB (Red+Green+Blue) = 182+49+8=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B63108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63108 is #49CEF7. Grayscale: #545454. Windows color (decimal): -4837112 or 537014. OLE color: 537014.
HSL color Cylindrical-coordinate representation of color #B63108: hue angle of 14.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63108 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.29 |
| HSL | 14.14º | 0.92% | 0.37% | - |
| HSV(B) | 14.14º | 0.96% | 0.71% | - |
| XYZ | 20.43 | 12.16 | 1.5 | - |
| YUV | 84.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 8 | 0 | 0.73 | 0.96 | 0.29 | 14.14 | 0.92 | 0.37 |
| Hex | B6 | 31 | 8 | 0 | 49 | 60 | 1D | E | 5C | 25 |
| Octal | 266 | 61 | 10 | 0 | 111 | 140 | 35 | 16 | 134 | 45 |
| Binary | 10110110 | 110001 | 1000 | 0 | 1001001 | 1100000 | 11101 | 1110 | 1011100 | 100101 |
Color Harmonies of #B63108
Complementary color
Monochromatic Colors of #B63108
Black with #B63108
Text Example
Text Example
White with #B63108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63108; }
p { color: rgb(182,49,8); }
H1.HeaderClassName
{
color: #B63108;
}
.AnyTagClassName
{
color: #B63108;
}
</style>
background-color css
<style>
a { background-color: #B63108; }
a { background-color: rgb(182,49,8); }
div.DivClassName
{
background-color: #B63108;
}
.BgClassName
{
background-color: #B63108;
}
</style>
border-color css
<style>
span { border-color: #B63108; }
span { border-color: rgb(182,49,8); }
td.TdClassName
{
border-color: #B63108;
}
.TagClassName
{
border-color: #B63108;
}
</style>