Shades of Rust #B55009
Tints of Rust #B55009
RGB
CMYK
RGB Variations
Color information
#B55009 (or 0xB55009) is known color: Rust. HEX triplet: B5, 50 and 09. RGB value is (181,80,9). Sum of RGB (Red+Green+Blue) = 181+80+9=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B55009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55009 is #4AAFF6. Grayscale: #666666. Windows color (decimal): -4894711 or 610485. OLE color: 610485.
HSL color Cylindrical-coordinate representation of color #B55009: hue angle of 24.77º 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 #B55009 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 9 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.29 |
| HSL | 24.77º | 0.91% | 0.37% | - |
| HSV(B) | 24.77º | 0.95% | 0.71% | - |
| XYZ | 21.97 | 15.58 | 2.11 | - |
| YUV | 102.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 9 | 0 | 0.56 | 0.95 | 0.29 | 24.77 | 0.91 | 0.37 |
| Hex | B5 | 50 | 9 | 0 | 38 | 5F | 1D | 19 | 5B | 25 |
| Octal | 265 | 120 | 11 | 0 | 70 | 137 | 35 | 31 | 133 | 45 |
| Binary | 10110101 | 1010000 | 1001 | 0 | 111000 | 1011111 | 11101 | 11001 | 1011011 | 100101 |
Color Harmonies of #B55009
Complementary color
Monochromatic Colors of #B55009
Black with #B55009
Text Example
Text Example
White with #B55009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55009; }
p { color: rgb(181,80,9); }
H1.HeaderClassName
{
color: #B55009;
}
.AnyTagClassName
{
color: #B55009;
}
</style>
background-color css
<style>
a { background-color: #B55009; }
a { background-color: rgb(181,80,9); }
div.DivClassName
{
background-color: #B55009;
}
.BgClassName
{
background-color: #B55009;
}
</style>
border-color css
<style>
span { border-color: #B55009; }
span { border-color: rgb(181,80,9); }
td.TdClassName
{
border-color: #B55009;
}
.TagClassName
{
border-color: #B55009;
}
</style>