Shades of Rust #B34F1B
Tints of Rust #B34F1B
RGB
CMYK
RGB Variations
Color information
#B34F1B (or 0xB34F1B) is known color: Rust. HEX triplet: B3, 4F and 1B. RGB value is (179,79,27). Sum of RGB (Red+Green+Blue) = 179+79+27=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F1B is #4CB0E4. Grayscale: #676767. Windows color (decimal): -5026021 or 1789875. OLE color: 1789875.
HSL color Cylindrical-coordinate representation of color #B34F1B: hue angle of 20.53º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B34F1B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 27 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.30 |
| HSL | 20.53º | 0.74% | 0.4% | - |
| HSV(B) | 20.53º | 0.85% | 0.7% | - |
| XYZ | 21.58 | 15.25 | 2.84 | - |
| YUV | 102.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 27 | 0 | 0.56 | 0.85 | 0.30 | 20.53 | 0.74 | 0.4 |
| Hex | B3 | 4F | 1B | 0 | 38 | 55 | 1E | 15 | 4A | 28 |
| Octal | 263 | 117 | 33 | 0 | 70 | 125 | 36 | 25 | 112 | 50 |
| Binary | 10110011 | 1001111 | 11011 | 0 | 111000 | 1010101 | 11110 | 10101 | 1001010 | 101000 |
Color Harmonies of #B34F1B
Complementary color
Monochromatic Colors of #B34F1B
Black with #B34F1B
Text Example
Text Example
White with #B34F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F1B; }
p { color: rgb(179,79,27); }
H1.HeaderClassName
{
color: #B34F1B;
}
.AnyTagClassName
{
color: #B34F1B;
}
</style>
background-color css
<style>
a { background-color: #B34F1B; }
a { background-color: rgb(179,79,27); }
div.DivClassName
{
background-color: #B34F1B;
}
.BgClassName
{
background-color: #B34F1B;
}
</style>
border-color css
<style>
span { border-color: #B34F1B; }
span { border-color: rgb(179,79,27); }
td.TdClassName
{
border-color: #B34F1B;
}
.TagClassName
{
border-color: #B34F1B;
}
</style>