Shades of Rust #B34F01
Tints of Rust #B34F01
RGB
CMYK
RGB Variations
Color information
#B34F01 (or 0xB34F01) is known color: Rust. HEX triplet: B3, 4F and 01. RGB value is (179,79,1). Sum of RGB (Red+Green+Blue) = 179+79+1=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F01 is #4CB0FE. Grayscale: #646464. Windows color (decimal): -5026047 or 85939. OLE color: 85939.
HSL color Cylindrical-coordinate representation of color #B34F01: hue angle of 26.29º 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 #B34F01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.30 |
| HSL | 26.29º | 0.99% | 0.35% | - |
| HSV(B) | 26.29º | 0.99% | 0.7% | - |
| XYZ | 21.39 | 15.18 | 1.83 | - |
| YUV | 100.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 1 | 0 | 0.56 | 0.99 | 0.30 | 26.29 | 0.99 | 0.35 |
| Hex | B3 | 4F | 1 | 0 | 38 | 63 | 1E | 1A | 63 | 23 |
| Octal | 263 | 117 | 1 | 0 | 70 | 143 | 36 | 32 | 143 | 43 |
| Binary | 10110011 | 1001111 | 1 | 0 | 111000 | 1100011 | 11110 | 11010 | 1100011 | 100011 |
Color Harmonies of #B34F01
Complementary color
Monochromatic Colors of #B34F01
Black with #B34F01
Text Example
Text Example
White with #B34F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F01; }
p { color: rgb(179,79,1); }
H1.HeaderClassName
{
color: #B34F01;
}
.AnyTagClassName
{
color: #B34F01;
}
</style>
background-color css
<style>
a { background-color: #B34F01; }
a { background-color: rgb(179,79,1); }
div.DivClassName
{
background-color: #B34F01;
}
.BgClassName
{
background-color: #B34F01;
}
</style>
border-color css
<style>
span { border-color: #B34F01; }
span { border-color: rgb(179,79,1); }
td.TdClassName
{
border-color: #B34F01;
}
.TagClassName
{
border-color: #B34F01;
}
</style>