Shades of Rust #B63505
Tints of Rust #B63505
RGB
CMYK
RGB Variations
Color information
#B63505 (or 0xB63505) is known color: Rust. HEX triplet: B6, 35 and 05. RGB value is (182,53,5). Sum of RGB (Red+Green+Blue) = 182+53+5=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63505 is #49CAFA. Grayscale: #565656. Windows color (decimal): -4836091 or 341430. OLE color: 341430.
HSL color Cylindrical-coordinate representation of color #B63505: hue angle of 16.27º 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 #B63505 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.29 |
| HSL | 16.27º | 0.95% | 0.37% | - |
| HSV(B) | 16.27º | 0.97% | 0.71% | - |
| XYZ | 20.59 | 12.5 | 1.47 | - |
| YUV | 86.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 5 | 0 | 0.71 | 0.97 | 0.29 | 16.27 | 0.95 | 0.37 |
| Hex | B6 | 35 | 5 | 0 | 47 | 61 | 1D | 10 | 5F | 25 |
| Octal | 266 | 65 | 5 | 0 | 107 | 141 | 35 | 20 | 137 | 45 |
| Binary | 10110110 | 110101 | 101 | 0 | 1000111 | 1100001 | 11101 | 10000 | 1011111 | 100101 |
Color Harmonies of #B63505
Complementary color
Monochromatic Colors of #B63505
Black with #B63505
Text Example
Text Example
White with #B63505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63505; }
p { color: rgb(182,53,5); }
H1.HeaderClassName
{
color: #B63505;
}
.AnyTagClassName
{
color: #B63505;
}
</style>
background-color css
<style>
a { background-color: #B63505; }
a { background-color: rgb(182,53,5); }
div.DivClassName
{
background-color: #B63505;
}
.BgClassName
{
background-color: #B63505;
}
</style>
border-color css
<style>
span { border-color: #B63505; }
span { border-color: rgb(182,53,5); }
td.TdClassName
{
border-color: #B63505;
}
.TagClassName
{
border-color: #B63505;
}
</style>