Shades of Rust #B63205
Tints of Rust #B63205
RGB
CMYK
RGB Variations
Color information
#B63205 (or 0xB63205) is known color: Rust. HEX triplet: B6, 32 and 05. RGB value is (182,50,5). Sum of RGB (Red+Green+Blue) = 182+50+5=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B63205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63205 is #49CDFA. Grayscale: #545454. Windows color (decimal): -4836859 or 340662. OLE color: 340662.
HSL color Cylindrical-coordinate representation of color #B63205: hue angle of 15.25º 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 #B63205 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.29 |
| HSL | 15.25º | 0.95% | 0.37% | - |
| HSV(B) | 15.25º | 0.97% | 0.71% | - |
| XYZ | 20.46 | 12.24 | 1.43 | - |
| YUV | 84.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 5 | 0 | 0.73 | 0.97 | 0.29 | 15.25 | 0.95 | 0.37 |
| Hex | B6 | 32 | 5 | 0 | 49 | 61 | 1D | F | 5F | 25 |
| Octal | 266 | 62 | 5 | 0 | 111 | 141 | 35 | 17 | 137 | 45 |
| Binary | 10110110 | 110010 | 101 | 0 | 1001001 | 1100001 | 11101 | 1111 | 1011111 | 100101 |
Color Harmonies of #B63205
Complementary color
Monochromatic Colors of #B63205
Black with #B63205
Text Example
Text Example
White with #B63205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63205; }
p { color: rgb(182,50,5); }
H1.HeaderClassName
{
color: #B63205;
}
.AnyTagClassName
{
color: #B63205;
}
</style>
background-color css
<style>
a { background-color: #B63205; }
a { background-color: rgb(182,50,5); }
div.DivClassName
{
background-color: #B63205;
}
.BgClassName
{
background-color: #B63205;
}
</style>
border-color css
<style>
span { border-color: #B63205; }
span { border-color: rgb(182,50,5); }
td.TdClassName
{
border-color: #B63205;
}
.TagClassName
{
border-color: #B63205;
}
</style>