Shades of Rust #B13A08
Tints of Rust #B13A08
RGB
CMYK
RGB Variations
Color information
#B13A08 (or 0xB13A08) is known color: Rust. HEX triplet: B1, 3A and 08. RGB value is (177,58,8). Sum of RGB (Red+Green+Blue) = 177+58+8=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13A08 is #4EC5F7. Grayscale: #585858. Windows color (decimal): -5162488 or 539313. OLE color: 539313.
HSL color Cylindrical-coordinate representation of color #B13A08: hue angle of 17.75º 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 #B13A08 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 8 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.31 |
| HSL | 17.75º | 0.91% | 0.36% | - |
| HSV(B) | 17.75º | 0.95% | 0.69% | - |
| XYZ | 19.69 | 12.39 | 1.58 | - |
| YUV | 87.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 8 | 0 | 0.67 | 0.95 | 0.31 | 17.75 | 0.91 | 0.36 |
| Hex | B1 | 3A | 8 | 0 | 43 | 5F | 1F | 12 | 5B | 24 |
| Octal | 261 | 72 | 10 | 0 | 103 | 137 | 37 | 22 | 133 | 44 |
| Binary | 10110001 | 111010 | 1000 | 0 | 1000011 | 1011111 | 11111 | 10010 | 1011011 | 100100 |
Color Harmonies of #B13A08
Complementary color
Monochromatic Colors of #B13A08
Black with #B13A08
Text Example
Text Example
White with #B13A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A08; }
p { color: rgb(177,58,8); }
H1.HeaderClassName
{
color: #B13A08;
}
.AnyTagClassName
{
color: #B13A08;
}
</style>
background-color css
<style>
a { background-color: #B13A08; }
a { background-color: rgb(177,58,8); }
div.DivClassName
{
background-color: #B13A08;
}
.BgClassName
{
background-color: #B13A08;
}
</style>
border-color css
<style>
span { border-color: #B13A08; }
span { border-color: rgb(177,58,8); }
td.TdClassName
{
border-color: #B13A08;
}
.TagClassName
{
border-color: #B13A08;
}
</style>