Shades of Rust #B13C10
Tints of Rust #B13C10
RGB
CMYK
RGB Variations
Color information
#B13C10 (or 0xB13C10) is known color: Rust. HEX triplet: B1, 3C and 10. RGB value is (177,60,16). Sum of RGB (Red+Green+Blue) = 177+60+16=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C10 is #4EC3EF. Grayscale: #5A5A5A. Windows color (decimal): -5161968 or 1064113. OLE color: 1064113.
HSL color Cylindrical-coordinate representation of color #B13C10: hue angle of 16.4º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B13C10 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.31 |
| HSL | 16.4º | 0.83% | 0.38% | - |
| HSV(B) | 16.4º | 0.91% | 0.69% | - |
| XYZ | 19.84 | 12.62 | 1.88 | - |
| YUV | 89.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 16 | 0 | 0.66 | 0.91 | 0.31 | 16.4 | 0.83 | 0.38 |
| Hex | B1 | 3C | 10 | 0 | 42 | 5B | 1F | 10 | 53 | 26 |
| Octal | 261 | 74 | 20 | 0 | 102 | 133 | 37 | 20 | 123 | 46 |
| Binary | 10110001 | 111100 | 10000 | 0 | 1000010 | 1011011 | 11111 | 10000 | 1010011 | 100110 |
Color Harmonies of #B13C10
Complementary color
Monochromatic Colors of #B13C10
Black with #B13C10
Text Example
Text Example
White with #B13C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C10; }
p { color: rgb(177,60,16); }
H1.HeaderClassName
{
color: #B13C10;
}
.AnyTagClassName
{
color: #B13C10;
}
</style>
background-color css
<style>
a { background-color: #B13C10; }
a { background-color: rgb(177,60,16); }
div.DivClassName
{
background-color: #B13C10;
}
.BgClassName
{
background-color: #B13C10;
}
</style>
border-color css
<style>
span { border-color: #B13C10; }
span { border-color: rgb(177,60,16); }
td.TdClassName
{
border-color: #B13C10;
}
.TagClassName
{
border-color: #B13C10;
}
</style>