Shades of Rust #B13C08
Tints of Rust #B13C08
RGB
CMYK
RGB Variations
Color information
#B13C08 (or 0xB13C08) is known color: Rust. HEX triplet: B1, 3C and 08. RGB value is (177,60,8). Sum of RGB (Red+Green+Blue) = 177+60+8=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C08 is #4EC3F7. Grayscale: #595959. Windows color (decimal): -5161976 or 539825. OLE color: 539825.
HSL color Cylindrical-coordinate representation of color #B13C08: hue angle of 18.46º 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 #B13C08 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.31 |
| HSL | 18.46º | 0.91% | 0.36% | - |
| HSV(B) | 18.46º | 0.95% | 0.69% | - |
| XYZ | 19.79 | 12.6 | 1.62 | - |
| YUV | 89.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 8 | 0 | 0.66 | 0.95 | 0.31 | 18.46 | 0.91 | 0.36 |
| Hex | B1 | 3C | 8 | 0 | 42 | 5F | 1F | 12 | 5B | 24 |
| Octal | 261 | 74 | 10 | 0 | 102 | 137 | 37 | 22 | 133 | 44 |
| Binary | 10110001 | 111100 | 1000 | 0 | 1000010 | 1011111 | 11111 | 10010 | 1011011 | 100100 |
Color Harmonies of #B13C08
Complementary color
Monochromatic Colors of #B13C08
Black with #B13C08
Text Example
Text Example
White with #B13C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C08; }
p { color: rgb(177,60,8); }
H1.HeaderClassName
{
color: #B13C08;
}
.AnyTagClassName
{
color: #B13C08;
}
</style>
background-color css
<style>
a { background-color: #B13C08; }
a { background-color: rgb(177,60,8); }
div.DivClassName
{
background-color: #B13C08;
}
.BgClassName
{
background-color: #B13C08;
}
</style>
border-color css
<style>
span { border-color: #B13C08; }
span { border-color: rgb(177,60,8); }
td.TdClassName
{
border-color: #B13C08;
}
.TagClassName
{
border-color: #B13C08;
}
</style>