Shades of Rust #B34A1B
Tints of Rust #B34A1B
RGB
CMYK
RGB Variations
Color information
#B34A1B (or 0xB34A1B) is known color: Rust. HEX triplet: B3, 4A and 1B. RGB value is (179,74,27). Sum of RGB (Red+Green+Blue) = 179+74+27=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A1B is #4CB5E4. Grayscale: #646464. Windows color (decimal): -5027301 or 1788595. OLE color: 1788595.
HSL color Cylindrical-coordinate representation of color #B34A1B: hue angle of 18.55º 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 #B34A1B is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 27 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.30 |
| HSL | 18.55º | 0.74% | 0.4% | - |
| HSV(B) | 18.55º | 0.85% | 0.7% | - |
| XYZ | 21.24 | 14.56 | 2.73 | - |
| YUV | 100.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 27 | 0 | 0.59 | 0.85 | 0.30 | 18.55 | 0.74 | 0.4 |
| Hex | B3 | 4A | 1B | 0 | 3B | 55 | 1E | 13 | 4A | 28 |
| Octal | 263 | 112 | 33 | 0 | 73 | 125 | 36 | 23 | 112 | 50 |
| Binary | 10110011 | 1001010 | 11011 | 0 | 111011 | 1010101 | 11110 | 10011 | 1001010 | 101000 |
Color Harmonies of #B34A1B
Complementary color
Monochromatic Colors of #B34A1B
Black with #B34A1B
Text Example
Text Example
White with #B34A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A1B; }
p { color: rgb(179,74,27); }
H1.HeaderClassName
{
color: #B34A1B;
}
.AnyTagClassName
{
color: #B34A1B;
}
</style>
background-color css
<style>
a { background-color: #B34A1B; }
a { background-color: rgb(179,74,27); }
div.DivClassName
{
background-color: #B34A1B;
}
.BgClassName
{
background-color: #B34A1B;
}
</style>
border-color css
<style>
span { border-color: #B34A1B; }
span { border-color: rgb(179,74,27); }
td.TdClassName
{
border-color: #B34A1B;
}
.TagClassName
{
border-color: #B34A1B;
}
</style>