Shades of Rust #B63609
Tints of Rust #B63609
RGB
CMYK
RGB Variations
Color information
#B63609 (or 0xB63609) is known color: Rust. HEX triplet: B6, 36 and 09. RGB value is (182,54,9). Sum of RGB (Red+Green+Blue) = 182+54+9=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63609 is #49C9F6. Grayscale: #575757. Windows color (decimal): -4835831 or 603830. OLE color: 603830.
HSL color Cylindrical-coordinate representation of color #B63609: hue angle of 15.61º 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 #B63609 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.29 |
| HSL | 15.61º | 0.91% | 0.37% | - |
| HSV(B) | 15.61º | 0.95% | 0.71% | - |
| XYZ | 20.66 | 12.6 | 1.6 | - |
| YUV | 87.14 | 83.91 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 9 | 0 | 0.70 | 0.95 | 0.29 | 15.61 | 0.91 | 0.37 |
| Hex | B6 | 36 | 9 | 0 | 46 | 5F | 1D | 10 | 5B | 25 |
| Octal | 266 | 66 | 11 | 0 | 106 | 137 | 35 | 20 | 133 | 45 |
| Binary | 10110110 | 110110 | 1001 | 0 | 1000110 | 1011111 | 11101 | 10000 | 1011011 | 100101 |
Color Harmonies of #B63609
Complementary color
Monochromatic Colors of #B63609
Black with #B63609
Text Example
Text Example
White with #B63609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63609; }
p { color: rgb(182,54,9); }
H1.HeaderClassName
{
color: #B63609;
}
.AnyTagClassName
{
color: #B63609;
}
</style>
background-color css
<style>
a { background-color: #B63609; }
a { background-color: rgb(182,54,9); }
div.DivClassName
{
background-color: #B63609;
}
.BgClassName
{
background-color: #B63609;
}
</style>
border-color css
<style>
span { border-color: #B63609; }
span { border-color: rgb(182,54,9); }
td.TdClassName
{
border-color: #B63609;
}
.TagClassName
{
border-color: #B63609;
}
</style>