Shades of Rust #B63100
Tints of Rust #B63100
RGB
CMYK
RGB Variations
Color information
#B63100 (or 0xB63100) is known color: Rust. HEX triplet: B6, 31 and 00. RGB value is (182,49,0). Sum of RGB (Red+Green+Blue) = 182+49+0=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B63100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63100 is #49CEFF. Grayscale: #535353. Windows color (decimal): -4837120 or 12726. OLE color: 12726.
HSL color Cylindrical-coordinate representation of color #B63100: hue angle of 16.15º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B63100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.29 |
| HSL | 16.15º | 1% | 0.36% | - |
| HSV(B) | 16.15º | 1% | 0.71% | - |
| XYZ | 20.39 | 12.14 | 1.27 | - |
| YUV | 83.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 0 | 0 | 0.73 | 1 | 0.29 | 16.15 | 1 | 0.36 |
| Hex | B6 | 31 | 0 | 0 | 49 | 64 | 1D | 10 | 64 | 24 |
| Octal | 266 | 61 | 0 | 0 | 111 | 144 | 35 | 20 | 144 | 44 |
| Binary | 10110110 | 110001 | 0 | 0 | 1001001 | 1100100 | 11101 | 10000 | 1100100 | 100100 |
Color Harmonies of #B63100
Complementary color
Monochromatic Colors of #B63100
Black with #B63100
Text Example
Text Example
White with #B63100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63100; }
p { color: rgb(182,49,0); }
H1.HeaderClassName
{
color: #B63100;
}
.AnyTagClassName
{
color: #B63100;
}
</style>
background-color css
<style>
a { background-color: #B63100; }
a { background-color: rgb(182,49,0); }
div.DivClassName
{
background-color: #B63100;
}
.BgClassName
{
background-color: #B63100;
}
</style>
border-color css
<style>
span { border-color: #B63100; }
span { border-color: rgb(182,49,0); }
td.TdClassName
{
border-color: #B63100;
}
.TagClassName
{
border-color: #B63100;
}
</style>