Shades of Rust #B13308
Tints of Rust #B13308
RGB
CMYK
RGB Variations
Color information
#B13308 (or 0xB13308) is known color: Rust. HEX triplet: B1, 33 and 08. RGB value is (177,51,8). Sum of RGB (Red+Green+Blue) = 177+51+8=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B13308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13308 is #4ECCF7. Grayscale: #545454. Windows color (decimal): -5164280 or 537521. OLE color: 537521.
HSL color Cylindrical-coordinate representation of color #B13308: hue angle of 15.27º degrees, saturation: 0.91, 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 #B13308 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 8 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.31 |
| HSL | 15.27º | 0.91% | 0.36% | - |
| HSV(B) | 15.27º | 0.95% | 0.69% | - |
| XYZ | 19.36 | 11.73 | 1.47 | - |
| YUV | 83.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 8 | 0 | 0.71 | 0.95 | 0.31 | 15.27 | 0.91 | 0.36 |
| Hex | B1 | 33 | 8 | 0 | 47 | 5F | 1F | F | 5B | 24 |
| Octal | 261 | 63 | 10 | 0 | 107 | 137 | 37 | 17 | 133 | 44 |
| Binary | 10110001 | 110011 | 1000 | 0 | 1000111 | 1011111 | 11111 | 1111 | 1011011 | 100100 |
Color Harmonies of #B13308
Complementary color
Monochromatic Colors of #B13308
Black with #B13308
Text Example
Text Example
White with #B13308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13308; }
p { color: rgb(177,51,8); }
H1.HeaderClassName
{
color: #B13308;
}
.AnyTagClassName
{
color: #B13308;
}
</style>
background-color css
<style>
a { background-color: #B13308; }
a { background-color: rgb(177,51,8); }
div.DivClassName
{
background-color: #B13308;
}
.BgClassName
{
background-color: #B13308;
}
</style>
border-color css
<style>
span { border-color: #B13308; }
span { border-color: rgb(177,51,8); }
td.TdClassName
{
border-color: #B13308;
}
.TagClassName
{
border-color: #B13308;
}
</style>