Shades of Rust #B34A00
Tints of Rust #B34A00
RGB
CMYK
RGB Variations
Color information
#B34A00 (or 0xB34A00) is known color: Rust. HEX triplet: B3, 4A and 00. RGB value is (179,74,0). Sum of RGB (Red+Green+Blue) = 179+74+0=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A00 is #4CB5FF. Grayscale: #616161. Windows color (decimal): -5027328 or 19123. OLE color: 19123.
HSL color Cylindrical-coordinate representation of color #B34A00: hue angle of 24.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B34A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.30 |
| HSL | 24.8º | 1% | 0.35% | - |
| HSV(B) | 24.8º | 1% | 0.7% | - |
| XYZ | 21.04 | 14.48 | 1.69 | - |
| YUV | 96.96 | 73.29 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 0 | 0 | 0.59 | 1 | 0.30 | 24.8 | 1 | 0.35 |
| Hex | B3 | 4A | 0 | 0 | 3B | 64 | 1E | 19 | 64 | 23 |
| Octal | 263 | 112 | 0 | 0 | 73 | 144 | 36 | 31 | 144 | 43 |
| Binary | 10110011 | 1001010 | 0 | 0 | 111011 | 1100100 | 11110 | 11001 | 1100100 | 100011 |
Color Harmonies of #B34A00
Complementary color
Monochromatic Colors of #B34A00
Black with #B34A00
Text Example
Text Example
White with #B34A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A00; }
p { color: rgb(179,74,0); }
H1.HeaderClassName
{
color: #B34A00;
}
.AnyTagClassName
{
color: #B34A00;
}
</style>
background-color css
<style>
a { background-color: #B34A00; }
a { background-color: rgb(179,74,0); }
div.DivClassName
{
background-color: #B34A00;
}
.BgClassName
{
background-color: #B34A00;
}
</style>
border-color css
<style>
span { border-color: #B34A00; }
span { border-color: rgb(179,74,0); }
td.TdClassName
{
border-color: #B34A00;
}
.TagClassName
{
border-color: #B34A00;
}
</style>