Shades of Rust #B63009
Tints of Rust #B63009
RGB
CMYK
RGB Variations
Color information
#B63009 (or 0xB63009) is known color: Rust. HEX triplet: B6, 30 and 09. RGB value is (182,48,9). Sum of RGB (Red+Green+Blue) = 182+48+9=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B63009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63009 is #49CFF6. Grayscale: #535353. Windows color (decimal): -4837367 or 602294. OLE color: 602294.
HSL color Cylindrical-coordinate representation of color #B63009: hue angle of 13.53º 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 #B63009 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.29 |
| HSL | 13.53º | 0.91% | 0.37% | - |
| HSV(B) | 13.53º | 0.95% | 0.71% | - |
| XYZ | 20.4 | 12.08 | 1.51 | - |
| YUV | 83.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 9 | 0 | 0.74 | 0.95 | 0.29 | 13.53 | 0.91 | 0.37 |
| Hex | B6 | 30 | 9 | 0 | 4A | 5F | 1D | E | 5B | 25 |
| Octal | 266 | 60 | 11 | 0 | 112 | 137 | 35 | 16 | 133 | 45 |
| Binary | 10110110 | 110000 | 1001 | 0 | 1001010 | 1011111 | 11101 | 1110 | 1011011 | 100101 |
Color Harmonies of #B63009
Complementary color
Monochromatic Colors of #B63009
Black with #B63009
Text Example
Text Example
White with #B63009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63009; }
p { color: rgb(182,48,9); }
H1.HeaderClassName
{
color: #B63009;
}
.AnyTagClassName
{
color: #B63009;
}
</style>
background-color css
<style>
a { background-color: #B63009; }
a { background-color: rgb(182,48,9); }
div.DivClassName
{
background-color: #B63009;
}
.BgClassName
{
background-color: #B63009;
}
</style>
border-color css
<style>
span { border-color: #B63009; }
span { border-color: rgb(182,48,9); }
td.TdClassName
{
border-color: #B63009;
}
.TagClassName
{
border-color: #B63009;
}
</style>