Shades of Rust #B13207
Tints of Rust #B13207
RGB
CMYK
RGB Variations
Color information
#B13207 (or 0xB13207) is known color: Rust. HEX triplet: B1, 32 and 07. RGB value is (177,50,7). Sum of RGB (Red+Green+Blue) = 177+50+7=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13207 is #4ECDF8. Grayscale: #535353. Windows color (decimal): -5164537 or 471729. OLE color: 471729.
HSL color Cylindrical-coordinate representation of color #B13207: hue angle of 15.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B13207 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.31 |
| HSL | 15.18º | 0.92% | 0.36% | - |
| HSV(B) | 15.18º | 0.96% | 0.69% | - |
| XYZ | 19.31 | 11.64 | 1.43 | - |
| YUV | 83.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 7 | 0 | 0.72 | 0.96 | 0.31 | 15.18 | 0.92 | 0.36 |
| Hex | B1 | 32 | 7 | 0 | 48 | 60 | 1F | F | 5C | 24 |
| Octal | 261 | 62 | 7 | 0 | 110 | 140 | 37 | 17 | 134 | 44 |
| Binary | 10110001 | 110010 | 111 | 0 | 1001000 | 1100000 | 11111 | 1111 | 1011100 | 100100 |
Color Harmonies of #B13207
Complementary color
Monochromatic Colors of #B13207
Black with #B13207
Text Example
Text Example
White with #B13207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13207; }
p { color: rgb(177,50,7); }
H1.HeaderClassName
{
color: #B13207;
}
.AnyTagClassName
{
color: #B13207;
}
</style>
background-color css
<style>
a { background-color: #B13207; }
a { background-color: rgb(177,50,7); }
div.DivClassName
{
background-color: #B13207;
}
.BgClassName
{
background-color: #B13207;
}
</style>
border-color css
<style>
span { border-color: #B13207; }
span { border-color: rgb(177,50,7); }
td.TdClassName
{
border-color: #B13207;
}
.TagClassName
{
border-color: #B13207;
}
</style>