Shades of Rust #B63605
Tints of Rust #B63605
RGB
CMYK
RGB Variations
Color information
#B63605 (or 0xB63605) is known color: Rust. HEX triplet: B6, 36 and 05. RGB value is (182,54,5). Sum of RGB (Red+Green+Blue) = 182+54+5=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B63605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63605 is #49C9FA. Grayscale: #575757. Windows color (decimal): -4835835 or 341686. OLE color: 341686.
HSL color Cylindrical-coordinate representation of color #B63605: hue angle of 16.61º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B63605 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.29 |
| HSL | 16.61º | 0.95% | 0.37% | - |
| HSV(B) | 16.61º | 0.97% | 0.71% | - |
| XYZ | 20.64 | 12.59 | 1.49 | - |
| YUV | 86.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 5 | 0 | 0.70 | 0.97 | 0.29 | 16.61 | 0.95 | 0.37 |
| Hex | B6 | 36 | 5 | 0 | 46 | 61 | 1D | 11 | 5F | 25 |
| Octal | 266 | 66 | 5 | 0 | 106 | 141 | 35 | 21 | 137 | 45 |
| Binary | 10110110 | 110110 | 101 | 0 | 1000110 | 1100001 | 11101 | 10001 | 1011111 | 100101 |
Color Harmonies of #B63605
Complementary color
Monochromatic Colors of #B63605
Black with #B63605
Text Example
Text Example
White with #B63605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63605; }
p { color: rgb(182,54,5); }
H1.HeaderClassName
{
color: #B63605;
}
.AnyTagClassName
{
color: #B63605;
}
</style>
background-color css
<style>
a { background-color: #B63605; }
a { background-color: rgb(182,54,5); }
div.DivClassName
{
background-color: #B63605;
}
.BgClassName
{
background-color: #B63605;
}
</style>
border-color css
<style>
span { border-color: #B63605; }
span { border-color: rgb(182,54,5); }
td.TdClassName
{
border-color: #B63605;
}
.TagClassName
{
border-color: #B63605;
}
</style>