Shades of Rust #B63614
Tints of Rust #B63614
RGB
CMYK
RGB Variations
Color information
#B63614 (or 0xB63614) is known color: Rust. HEX triplet: B6, 36 and 14. RGB value is (182,54,20). Sum of RGB (Red+Green+Blue) = 182+54+20=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63614 is #49C9EB. Grayscale: #585858. Windows color (decimal): -4835820 or 1324726. OLE color: 1324726.
HSL color Cylindrical-coordinate representation of color #B63614: hue angle of 12.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B63614 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 20 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.29 |
| HSL | 12.59º | 0.8% | 0.4% | - |
| HSV(B) | 12.59º | 0.89% | 0.71% | - |
| XYZ | 20.74 | 12.63 | 2.01 | - |
| YUV | 88.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 20 | 0 | 0.70 | 0.89 | 0.29 | 12.59 | 0.8 | 0.4 |
| Hex | B6 | 36 | 14 | 0 | 46 | 59 | 1D | D | 50 | 28 |
| Octal | 266 | 66 | 24 | 0 | 106 | 131 | 35 | 15 | 120 | 50 |
| Binary | 10110110 | 110110 | 10100 | 0 | 1000110 | 1011001 | 11101 | 1101 | 1010000 | 101000 |
Color Harmonies of #B63614
Complementary color
Monochromatic Colors of #B63614
Black with #B63614
Text Example
Text Example
White with #B63614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63614; }
p { color: rgb(182,54,20); }
H1.HeaderClassName
{
color: #B63614;
}
.AnyTagClassName
{
color: #B63614;
}
</style>
background-color css
<style>
a { background-color: #B63614; }
a { background-color: rgb(182,54,20); }
div.DivClassName
{
background-color: #B63614;
}
.BgClassName
{
background-color: #B63614;
}
</style>
border-color css
<style>
span { border-color: #B63614; }
span { border-color: rgb(182,54,20); }
td.TdClassName
{
border-color: #B63614;
}
.TagClassName
{
border-color: #B63614;
}
</style>