Shades of Rust #B34118
Tints of Rust #B34118
RGB
CMYK
RGB Variations
Color information
#B34118 (or 0xB34118) is known color: Rust. HEX triplet: B3, 41 and 18. RGB value is (179,65,24). Sum of RGB (Red+Green+Blue) = 179+65+24=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34118 is #4CBEE7. Grayscale: #5E5E5E. Windows color (decimal): -5029608 or 1589683. OLE color: 1589683.
HSL color Cylindrical-coordinate representation of color #B34118: hue angle of 15.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B34118 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.30 |
| HSL | 15.87º | 0.76% | 0.4% | - |
| HSV(B) | 15.87º | 0.87% | 0.7% | - |
| XYZ | 20.65 | 13.43 | 2.37 | - |
| YUV | 94.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 24 | 0 | 0.64 | 0.87 | 0.30 | 15.87 | 0.76 | 0.4 |
| Hex | B3 | 41 | 18 | 0 | 40 | 57 | 1E | 10 | 4C | 28 |
| Octal | 263 | 101 | 30 | 0 | 100 | 127 | 36 | 20 | 114 | 50 |
| Binary | 10110011 | 1000001 | 11000 | 0 | 1000000 | 1010111 | 11110 | 10000 | 1001100 | 101000 |
Color Harmonies of #B34118
Complementary color
Monochromatic Colors of #B34118
Black with #B34118
Text Example
Text Example
White with #B34118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34118; }
p { color: rgb(179,65,24); }
H1.HeaderClassName
{
color: #B34118;
}
.AnyTagClassName
{
color: #B34118;
}
</style>
background-color css
<style>
a { background-color: #B34118; }
a { background-color: rgb(179,65,24); }
div.DivClassName
{
background-color: #B34118;
}
.BgClassName
{
background-color: #B34118;
}
</style>
border-color css
<style>
span { border-color: #B34118; }
span { border-color: rgb(179,65,24); }
td.TdClassName
{
border-color: #B34118;
}
.TagClassName
{
border-color: #B34118;
}
</style>