Shades of Rust #B34C01
Tints of Rust #B34C01
RGB
CMYK
RGB Variations
Color information
#B34C01 (or 0xB34C01) is known color: Rust. HEX triplet: B3, 4C and 01. RGB value is (179,76,1). Sum of RGB (Red+Green+Blue) = 179+76+1=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C01 is #4CB3FE. Grayscale: #626262. Windows color (decimal): -5026815 or 85171. OLE color: 85171.
HSL color Cylindrical-coordinate representation of color #B34C01: hue angle of 25.28º 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 #B34C01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.30 |
| HSL | 25.28º | 0.99% | 0.35% | - |
| HSV(B) | 25.28º | 0.99% | 0.7% | - |
| XYZ | 21.18 | 14.75 | 1.76 | - |
| YUV | 98.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 1 | 0 | 0.58 | 0.99 | 0.30 | 25.28 | 0.99 | 0.35 |
| Hex | B3 | 4C | 1 | 0 | 3A | 63 | 1E | 19 | 63 | 23 |
| Octal | 263 | 114 | 1 | 0 | 72 | 143 | 36 | 31 | 143 | 43 |
| Binary | 10110011 | 1001100 | 1 | 0 | 111010 | 1100011 | 11110 | 11001 | 1100011 | 100011 |
Color Harmonies of #B34C01
Complementary color
Monochromatic Colors of #B34C01
Black with #B34C01
Text Example
Text Example
White with #B34C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C01; }
p { color: rgb(179,76,1); }
H1.HeaderClassName
{
color: #B34C01;
}
.AnyTagClassName
{
color: #B34C01;
}
</style>
background-color css
<style>
a { background-color: #B34C01; }
a { background-color: rgb(179,76,1); }
div.DivClassName
{
background-color: #B34C01;
}
.BgClassName
{
background-color: #B34C01;
}
</style>
border-color css
<style>
span { border-color: #B34C01; }
span { border-color: rgb(179,76,1); }
td.TdClassName
{
border-color: #B34C01;
}
.TagClassName
{
border-color: #B34C01;
}
</style>