Shades of Rust #B63805
Tints of Rust #B63805
RGB
CMYK
RGB Variations
Color information
#B63805 (or 0xB63805) is known color: Rust. HEX triplet: B6, 38 and 05. RGB value is (182,56,5). Sum of RGB (Red+Green+Blue) = 182+56+5=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63805 is #49C7FA. Grayscale: #585858. Windows color (decimal): -4835323 or 342198. OLE color: 342198.
HSL color Cylindrical-coordinate representation of color #B63805: hue angle of 17.29º 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 #B63805 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.29 |
| HSL | 17.29º | 0.95% | 0.37% | - |
| HSV(B) | 17.29º | 0.97% | 0.71% | - |
| XYZ | 20.73 | 12.78 | 1.52 | - |
| YUV | 87.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 5 | 0 | 0.69 | 0.97 | 0.29 | 17.29 | 0.95 | 0.37 |
| Hex | B6 | 38 | 5 | 0 | 45 | 61 | 1D | 11 | 5F | 25 |
| Octal | 266 | 70 | 5 | 0 | 105 | 141 | 35 | 21 | 137 | 45 |
| Binary | 10110110 | 111000 | 101 | 0 | 1000101 | 1100001 | 11101 | 10001 | 1011111 | 100101 |
Color Harmonies of #B63805
Complementary color
Monochromatic Colors of #B63805
Black with #B63805
Text Example
Text Example
White with #B63805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63805; }
p { color: rgb(182,56,5); }
H1.HeaderClassName
{
color: #B63805;
}
.AnyTagClassName
{
color: #B63805;
}
</style>
background-color css
<style>
a { background-color: #B63805; }
a { background-color: rgb(182,56,5); }
div.DivClassName
{
background-color: #B63805;
}
.BgClassName
{
background-color: #B63805;
}
</style>
border-color css
<style>
span { border-color: #B63805; }
span { border-color: rgb(182,56,5); }
td.TdClassName
{
border-color: #B63805;
}
.TagClassName
{
border-color: #B63805;
}
</style>