Shades of Rust #B13D08
Tints of Rust #B13D08
RGB
CMYK
RGB Variations
Color information
#B13D08 (or 0xB13D08) is known color: Rust. HEX triplet: B1, 3D and 08. RGB value is (177,61,8). Sum of RGB (Red+Green+Blue) = 177+61+8=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D08 is #4EC2F7. Grayscale: #595959. Windows color (decimal): -5161720 or 540081. OLE color: 540081.
HSL color Cylindrical-coordinate representation of color #B13D08: hue angle of 18.82º 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 #B13D08 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.31 |
| HSL | 18.82º | 0.91% | 0.36% | - |
| HSV(B) | 18.82º | 0.95% | 0.69% | - |
| XYZ | 19.84 | 12.7 | 1.64 | - |
| YUV | 89.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 8 | 0 | 0.66 | 0.95 | 0.31 | 18.82 | 0.91 | 0.36 |
| Hex | B1 | 3D | 8 | 0 | 42 | 5F | 1F | 13 | 5B | 24 |
| Octal | 261 | 75 | 10 | 0 | 102 | 137 | 37 | 23 | 133 | 44 |
| Binary | 10110001 | 111101 | 1000 | 0 | 1000010 | 1011111 | 11111 | 10011 | 1011011 | 100100 |
Color Harmonies of #B13D08
Complementary color
Monochromatic Colors of #B13D08
Black with #B13D08
Text Example
Text Example
White with #B13D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D08; }
p { color: rgb(177,61,8); }
H1.HeaderClassName
{
color: #B13D08;
}
.AnyTagClassName
{
color: #B13D08;
}
</style>
background-color css
<style>
a { background-color: #B13D08; }
a { background-color: rgb(177,61,8); }
div.DivClassName
{
background-color: #B13D08;
}
.BgClassName
{
background-color: #B13D08;
}
</style>
border-color css
<style>
span { border-color: #B13D08; }
span { border-color: rgb(177,61,8); }
td.TdClassName
{
border-color: #B13D08;
}
.TagClassName
{
border-color: #B13D08;
}
</style>