Shades of Rust #B13408
Tints of Rust #B13408
RGB
CMYK
RGB Variations
Color information
#B13408 (or 0xB13408) is known color: Rust. HEX triplet: B1, 34 and 08. RGB value is (177,52,8). Sum of RGB (Red+Green+Blue) = 177+52+8=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13408 is #4ECBF7. Grayscale: #545454. Windows color (decimal): -5164024 or 537777. OLE color: 537777.
HSL color Cylindrical-coordinate representation of color #B13408: hue angle of 15.62º 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 #B13408 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 8 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.31 |
| HSL | 15.62º | 0.91% | 0.36% | - |
| HSV(B) | 15.62º | 0.95% | 0.69% | - |
| XYZ | 19.4 | 11.82 | 1.49 | - |
| YUV | 84.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 8 | 0 | 0.71 | 0.95 | 0.31 | 15.62 | 0.91 | 0.36 |
| Hex | B1 | 34 | 8 | 0 | 47 | 5F | 1F | 10 | 5B | 24 |
| Octal | 261 | 64 | 10 | 0 | 107 | 137 | 37 | 20 | 133 | 44 |
| Binary | 10110001 | 110100 | 1000 | 0 | 1000111 | 1011111 | 11111 | 10000 | 1011011 | 100100 |
Color Harmonies of #B13408
Complementary color
Monochromatic Colors of #B13408
Black with #B13408
Text Example
Text Example
White with #B13408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13408; }
p { color: rgb(177,52,8); }
H1.HeaderClassName
{
color: #B13408;
}
.AnyTagClassName
{
color: #B13408;
}
</style>
background-color css
<style>
a { background-color: #B13408; }
a { background-color: rgb(177,52,8); }
div.DivClassName
{
background-color: #B13408;
}
.BgClassName
{
background-color: #B13408;
}
</style>
border-color css
<style>
span { border-color: #B13408; }
span { border-color: rgb(177,52,8); }
td.TdClassName
{
border-color: #B13408;
}
.TagClassName
{
border-color: #B13408;
}
</style>