Shades of Rust #B34401
Tints of Rust #B34401
RGB
CMYK
RGB Variations
Color information
#B34401 (or 0xB34401) is known color: Rust. HEX triplet: B3, 44 and 01. RGB value is (179,68,1). Sum of RGB (Red+Green+Blue) = 179+68+1=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B34401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34401 is #4CBBFE. Grayscale: #5D5D5D. Windows color (decimal): -5028863 or 83123. OLE color: 83123.
HSL color Cylindrical-coordinate representation of color #B34401: hue angle of 22.58º 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 #B34401 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.30 |
| HSL | 22.58º | 0.99% | 0.35% | - |
| HSV(B) | 22.58º | 0.99% | 0.7% | - |
| XYZ | 20.66 | 13.72 | 1.59 | - |
| YUV | 93.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 1 | 0 | 0.62 | 0.99 | 0.30 | 22.58 | 0.99 | 0.35 |
| Hex | B3 | 44 | 1 | 0 | 3E | 63 | 1E | 17 | 63 | 23 |
| Octal | 263 | 104 | 1 | 0 | 76 | 143 | 36 | 27 | 143 | 43 |
| Binary | 10110011 | 1000100 | 1 | 0 | 111110 | 1100011 | 11110 | 10111 | 1100011 | 100011 |
Color Harmonies of #B34401
Complementary color
Monochromatic Colors of #B34401
Black with #B34401
Text Example
Text Example
White with #B34401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34401; }
p { color: rgb(179,68,1); }
H1.HeaderClassName
{
color: #B34401;
}
.AnyTagClassName
{
color: #B34401;
}
</style>
background-color css
<style>
a { background-color: #B34401; }
a { background-color: rgb(179,68,1); }
div.DivClassName
{
background-color: #B34401;
}
.BgClassName
{
background-color: #B34401;
}
</style>
border-color css
<style>
span { border-color: #B34401; }
span { border-color: rgb(179,68,1); }
td.TdClassName
{
border-color: #B34401;
}
.TagClassName
{
border-color: #B34401;
}
</style>