Shades of Rust #B63809
Tints of Rust #B63809
RGB
CMYK
RGB Variations
Color information
#B63809 (or 0xB63809) is known color: Rust. HEX triplet: B6, 38 and 09. RGB value is (182,56,9). Sum of RGB (Red+Green+Blue) = 182+56+9=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B63809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63809 is #49C7F6. Grayscale: #585858. Windows color (decimal): -4835319 or 604342. OLE color: 604342.
HSL color Cylindrical-coordinate representation of color #B63809: hue angle of 16.3º 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 #B63809 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.29 |
| HSL | 16.3º | 0.91% | 0.37% | - |
| HSV(B) | 16.3º | 0.95% | 0.71% | - |
| XYZ | 20.75 | 12.79 | 1.63 | - |
| YUV | 88.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 9 | 0 | 0.69 | 0.95 | 0.29 | 16.3 | 0.91 | 0.37 |
| Hex | B6 | 38 | 9 | 0 | 45 | 5F | 1D | 10 | 5B | 25 |
| Octal | 266 | 70 | 11 | 0 | 105 | 137 | 35 | 20 | 133 | 45 |
| Binary | 10110110 | 111000 | 1001 | 0 | 1000101 | 1011111 | 11101 | 10000 | 1011011 | 100101 |
Color Harmonies of #B63809
Complementary color
Monochromatic Colors of #B63809
Black with #B63809
Text Example
Text Example
White with #B63809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63809; }
p { color: rgb(182,56,9); }
H1.HeaderClassName
{
color: #B63809;
}
.AnyTagClassName
{
color: #B63809;
}
</style>
background-color css
<style>
a { background-color: #B63809; }
a { background-color: rgb(182,56,9); }
div.DivClassName
{
background-color: #B63809;
}
.BgClassName
{
background-color: #B63809;
}
</style>
border-color css
<style>
span { border-color: #B63809; }
span { border-color: rgb(182,56,9); }
td.TdClassName
{
border-color: #B63809;
}
.TagClassName
{
border-color: #B63809;
}
</style>