Shades of Rust #B63209
Tints of Rust #B63209
RGB
CMYK
RGB Variations
Color information
#B63209 (or 0xB63209) is known color: Rust. HEX triplet: B6, 32 and 09. RGB value is (182,50,9). Sum of RGB (Red+Green+Blue) = 182+50+9=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B63209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63209 is #49CDF6. Grayscale: #555555. Windows color (decimal): -4836855 or 602806. OLE color: 602806.
HSL color Cylindrical-coordinate representation of color #B63209: hue angle of 14.22º 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 #B63209 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.29 |
| HSL | 14.22º | 0.91% | 0.37% | - |
| HSV(B) | 14.22º | 0.95% | 0.71% | - |
| XYZ | 20.48 | 12.25 | 1.54 | - |
| YUV | 84.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 9 | 0 | 0.73 | 0.95 | 0.29 | 14.22 | 0.91 | 0.37 |
| Hex | B6 | 32 | 9 | 0 | 49 | 5F | 1D | E | 5B | 25 |
| Octal | 266 | 62 | 11 | 0 | 111 | 137 | 35 | 16 | 133 | 45 |
| Binary | 10110110 | 110010 | 1001 | 0 | 1001001 | 1011111 | 11101 | 1110 | 1011011 | 100101 |
Color Harmonies of #B63209
Complementary color
Monochromatic Colors of #B63209
Black with #B63209
Text Example
Text Example
White with #B63209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63209; }
p { color: rgb(182,50,9); }
H1.HeaderClassName
{
color: #B63209;
}
.AnyTagClassName
{
color: #B63209;
}
</style>
background-color css
<style>
a { background-color: #B63209; }
a { background-color: rgb(182,50,9); }
div.DivClassName
{
background-color: #B63209;
}
.BgClassName
{
background-color: #B63209;
}
</style>
border-color css
<style>
span { border-color: #B63209; }
span { border-color: rgb(182,50,9); }
td.TdClassName
{
border-color: #B63209;
}
.TagClassName
{
border-color: #B63209;
}
</style>