Shades of Rust #B13309
Tints of Rust #B13309
RGB
CMYK
RGB Variations
Color information
#B13309 (or 0xB13309) is known color: Rust. HEX triplet: B1, 33 and 09. RGB value is (177,51,9). Sum of RGB (Red+Green+Blue) = 177+51+9=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13309 is #4ECCF6. Grayscale: #545454. Windows color (decimal): -5164279 or 603057. OLE color: 603057.
HSL color Cylindrical-coordinate representation of color #B13309: hue angle of 15º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B13309 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.31 |
| HSL | 15º | 0.9% | 0.36% | - |
| HSV(B) | 15º | 0.95% | 0.69% | - |
| XYZ | 19.36 | 11.73 | 1.5 | - |
| YUV | 83.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 9 | 0 | 0.71 | 0.95 | 0.31 | 15 | 0.9 | 0.36 |
| Hex | B1 | 33 | 9 | 0 | 47 | 5F | 1F | F | 5A | 24 |
| Octal | 261 | 63 | 11 | 0 | 107 | 137 | 37 | 17 | 132 | 44 |
| Binary | 10110001 | 110011 | 1001 | 0 | 1000111 | 1011111 | 11111 | 1111 | 1011010 | 100100 |
Color Harmonies of #B13309
Complementary color
Monochromatic Colors of #B13309
Black with #B13309
Text Example
Text Example
White with #B13309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13309; }
p { color: rgb(177,51,9); }
H1.HeaderClassName
{
color: #B13309;
}
.AnyTagClassName
{
color: #B13309;
}
</style>
background-color css
<style>
a { background-color: #B13309; }
a { background-color: rgb(177,51,9); }
div.DivClassName
{
background-color: #B13309;
}
.BgClassName
{
background-color: #B13309;
}
</style>
border-color css
<style>
span { border-color: #B13309; }
span { border-color: rgb(177,51,9); }
td.TdClassName
{
border-color: #B13309;
}
.TagClassName
{
border-color: #B13309;
}
</style>