Shades of Rust #B34418
Tints of Rust #B34418
RGB
CMYK
RGB Variations
Color information
#B34418 (or 0xB34418) is known color: Rust. HEX triplet: B3, 44 and 18. RGB value is (179,68,24). Sum of RGB (Red+Green+Blue) = 179+68+24=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B34418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34418 is #4CBBE7. Grayscale: #606060. Windows color (decimal): -5028840 or 1590451. OLE color: 1590451.
HSL color Cylindrical-coordinate representation of color #B34418: hue angle of 17.03º 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 #B34418 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 24 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.30 |
| HSL | 17.03º | 0.76% | 0.4% | - |
| HSV(B) | 17.03º | 0.87% | 0.7% | - |
| XYZ | 20.82 | 13.78 | 2.43 | - |
| YUV | 96.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 24 | 0 | 0.62 | 0.87 | 0.30 | 17.03 | 0.76 | 0.4 |
| Hex | B3 | 44 | 18 | 0 | 3E | 57 | 1E | 11 | 4C | 28 |
| Octal | 263 | 104 | 30 | 0 | 76 | 127 | 36 | 21 | 114 | 50 |
| Binary | 10110011 | 1000100 | 11000 | 0 | 111110 | 1010111 | 11110 | 10001 | 1001100 | 101000 |
Color Harmonies of #B34418
Complementary color
Monochromatic Colors of #B34418
Black with #B34418
Text Example
Text Example
White with #B34418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34418; }
p { color: rgb(179,68,24); }
H1.HeaderClassName
{
color: #B34418;
}
.AnyTagClassName
{
color: #B34418;
}
</style>
background-color css
<style>
a { background-color: #B34418; }
a { background-color: rgb(179,68,24); }
div.DivClassName
{
background-color: #B34418;
}
.BgClassName
{
background-color: #B34418;
}
</style>
border-color css
<style>
span { border-color: #B34418; }
span { border-color: rgb(179,68,24); }
td.TdClassName
{
border-color: #B34418;
}
.TagClassName
{
border-color: #B34418;
}
</style>