Shades of Rust #B04317
Tints of Rust #B04317
RGB
CMYK
RGB Variations
Color information
#B04317 (or 0xB04317) is known color: Rust. HEX triplet: B0, 43 and 17. RGB value is (176,67,23). Sum of RGB (Red+Green+Blue) = 176+67+23=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B04317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04317 is #4FBCE8. Grayscale: #5E5E5E. Windows color (decimal): -5225705 or 1524656. OLE color: 1524656.
HSL color Cylindrical-coordinate representation of color #B04317: hue angle of 17.25º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B04317 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 23 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.31 |
| HSL | 17.25º | 0.77% | 0.39% | - |
| HSV(B) | 17.25º | 0.87% | 0.69% | - |
| XYZ | 20.07 | 13.31 | 2.32 | - |
| YUV | 94.58 | 87.61 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 23 | 0 | 0.62 | 0.87 | 0.31 | 17.25 | 0.77 | 0.39 |
| Hex | B0 | 43 | 17 | 0 | 3E | 57 | 1F | 11 | 4D | 27 |
| Octal | 260 | 103 | 27 | 0 | 76 | 127 | 37 | 21 | 115 | 47 |
| Binary | 10110000 | 1000011 | 10111 | 0 | 111110 | 1010111 | 11111 | 10001 | 1001101 | 100111 |
Color Harmonies of #B04317
Complementary color
Monochromatic Colors of #B04317
Black with #B04317
Text Example
Text Example
White with #B04317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04317; }
p { color: rgb(176,67,23); }
H1.HeaderClassName
{
color: #B04317;
}
.AnyTagClassName
{
color: #B04317;
}
</style>
background-color css
<style>
a { background-color: #B04317; }
a { background-color: rgb(176,67,23); }
div.DivClassName
{
background-color: #B04317;
}
.BgClassName
{
background-color: #B04317;
}
</style>
border-color css
<style>
span { border-color: #B04317; }
span { border-color: rgb(176,67,23); }
td.TdClassName
{
border-color: #B04317;
}
.TagClassName
{
border-color: #B04317;
}
</style>