Shades of Rust #B04313
Tints of Rust #B04313
RGB
CMYK
RGB Variations
Color information
#B04313 (or 0xB04313) is known color: Rust. HEX triplet: B0, 43 and 13. RGB value is (176,67,19). Sum of RGB (Red+Green+Blue) = 176+67+19=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B04313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04313 is #4FBCEC. Grayscale: #5E5E5E. Windows color (decimal): -5225709 or 1262512. OLE color: 1262512.
HSL color Cylindrical-coordinate representation of color #B04313: hue angle of 18.34º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B04313 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 19 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.31 |
| HSL | 18.34º | 0.81% | 0.38% | - |
| HSV(B) | 18.34º | 0.89% | 0.69% | - |
| XYZ | 20.03 | 13.29 | 2.13 | - |
| YUV | 94.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 19 | 0 | 0.62 | 0.89 | 0.31 | 18.34 | 0.81 | 0.38 |
| Hex | B0 | 43 | 13 | 0 | 3E | 59 | 1F | 12 | 51 | 26 |
| Octal | 260 | 103 | 23 | 0 | 76 | 131 | 37 | 22 | 121 | 46 |
| Binary | 10110000 | 1000011 | 10011 | 0 | 111110 | 1011001 | 11111 | 10010 | 1010001 | 100110 |
Color Harmonies of #B04313
Complementary color
Monochromatic Colors of #B04313
Black with #B04313
Text Example
Text Example
White with #B04313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04313; }
p { color: rgb(176,67,19); }
H1.HeaderClassName
{
color: #B04313;
}
.AnyTagClassName
{
color: #B04313;
}
</style>
background-color css
<style>
a { background-color: #B04313; }
a { background-color: rgb(176,67,19); }
div.DivClassName
{
background-color: #B04313;
}
.BgClassName
{
background-color: #B04313;
}
</style>
border-color css
<style>
span { border-color: #B04313; }
span { border-color: rgb(176,67,19); }
td.TdClassName
{
border-color: #B04313;
}
.TagClassName
{
border-color: #B04313;
}
</style>