Shades of Rust #B63109
Tints of Rust #B63109
RGB
CMYK
RGB Variations
Color information
#B63109 (or 0xB63109) is known color: Rust. HEX triplet: B6, 31 and 09. RGB value is (182,49,9). Sum of RGB (Red+Green+Blue) = 182+49+9=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63109 is #49CEF6. Grayscale: #545454. Windows color (decimal): -4837111 or 602550. OLE color: 602550.
HSL color Cylindrical-coordinate representation of color #B63109: hue angle of 13.87º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B63109 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.29 |
| HSL | 13.87º | 0.91% | 0.37% | - |
| HSV(B) | 13.87º | 0.95% | 0.71% | - |
| XYZ | 20.44 | 12.16 | 1.53 | - |
| YUV | 84.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 9 | 0 | 0.73 | 0.95 | 0.29 | 13.87 | 0.91 | 0.37 |
| Hex | B6 | 31 | 9 | 0 | 49 | 5F | 1D | E | 5B | 25 |
| Octal | 266 | 61 | 11 | 0 | 111 | 137 | 35 | 16 | 133 | 45 |
| Binary | 10110110 | 110001 | 1001 | 0 | 1001001 | 1011111 | 11101 | 1110 | 1011011 | 100101 |
Color Harmonies of #B63109
Complementary color
Monochromatic Colors of #B63109
Black with #B63109
Text Example
Text Example
White with #B63109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63109; }
p { color: rgb(182,49,9); }
H1.HeaderClassName
{
color: #B63109;
}
.AnyTagClassName
{
color: #B63109;
}
</style>
background-color css
<style>
a { background-color: #B63109; }
a { background-color: rgb(182,49,9); }
div.DivClassName
{
background-color: #B63109;
}
.BgClassName
{
background-color: #B63109;
}
</style>
border-color css
<style>
span { border-color: #B63109; }
span { border-color: rgb(182,49,9); }
td.TdClassName
{
border-color: #B63109;
}
.TagClassName
{
border-color: #B63109;
}
</style>