Shades of Rust #B34601
Tints of Rust #B34601
RGB
CMYK
RGB Variations
Color information
#B34601 (or 0xB34601) is known color: Rust. HEX triplet: B3, 46 and 01. RGB value is (179,70,1). Sum of RGB (Red+Green+Blue) = 179+70+1=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B34601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34601 is #4CB9FE. Grayscale: #5F5F5F. Windows color (decimal): -5028351 or 83635. OLE color: 83635.
HSL color Cylindrical-coordinate representation of color #B34601: hue angle of 23.26º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B34601 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.30 |
| HSL | 23.26º | 0.99% | 0.35% | - |
| HSV(B) | 23.26º | 0.99% | 0.7% | - |
| XYZ | 20.79 | 13.97 | 1.63 | - |
| YUV | 94.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 1 | 0 | 0.61 | 0.99 | 0.30 | 23.26 | 0.99 | 0.35 |
| Hex | B3 | 46 | 1 | 0 | 3D | 63 | 1E | 17 | 63 | 23 |
| Octal | 263 | 106 | 1 | 0 | 75 | 143 | 36 | 27 | 143 | 43 |
| Binary | 10110011 | 1000110 | 1 | 0 | 111101 | 1100011 | 11110 | 10111 | 1100011 | 100011 |
Color Harmonies of #B34601
Complementary color
Monochromatic Colors of #B34601
Black with #B34601
Text Example
Text Example
White with #B34601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34601; }
p { color: rgb(179,70,1); }
H1.HeaderClassName
{
color: #B34601;
}
.AnyTagClassName
{
color: #B34601;
}
</style>
background-color css
<style>
a { background-color: #B34601; }
a { background-color: rgb(179,70,1); }
div.DivClassName
{
background-color: #B34601;
}
.BgClassName
{
background-color: #B34601;
}
</style>
border-color css
<style>
span { border-color: #B34601; }
span { border-color: rgb(179,70,1); }
td.TdClassName
{
border-color: #B34601;
}
.TagClassName
{
border-color: #B34601;
}
</style>