Shades of Rust #B34A09
Tints of Rust #B34A09
RGB
CMYK
RGB Variations
Color information
#B34A09 (or 0xB34A09) is known color: Rust. HEX triplet: B3, 4A and 09. RGB value is (179,74,9). Sum of RGB (Red+Green+Blue) = 179+74+9=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A09 is #4CB5F6. Grayscale: #626262. Windows color (decimal): -5027319 or 608947. OLE color: 608947.
HSL color Cylindrical-coordinate representation of color #B34A09: hue angle of 22.94º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B34A09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.30 |
| HSL | 22.94º | 0.9% | 0.37% | - |
| HSV(B) | 22.94º | 0.95% | 0.7% | - |
| XYZ | 21.09 | 14.5 | 1.95 | - |
| YUV | 97.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 9 | 0 | 0.59 | 0.95 | 0.30 | 22.94 | 0.9 | 0.37 |
| Hex | B3 | 4A | 9 | 0 | 3B | 5F | 1E | 17 | 5A | 25 |
| Octal | 263 | 112 | 11 | 0 | 73 | 137 | 36 | 27 | 132 | 45 |
| Binary | 10110011 | 1001010 | 1001 | 0 | 111011 | 1011111 | 11110 | 10111 | 1011010 | 100101 |
Color Harmonies of #B34A09
Complementary color
Monochromatic Colors of #B34A09
Black with #B34A09
Text Example
Text Example
White with #B34A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A09; }
p { color: rgb(179,74,9); }
H1.HeaderClassName
{
color: #B34A09;
}
.AnyTagClassName
{
color: #B34A09;
}
</style>
background-color css
<style>
a { background-color: #B34A09; }
a { background-color: rgb(179,74,9); }
div.DivClassName
{
background-color: #B34A09;
}
.BgClassName
{
background-color: #B34A09;
}
</style>
border-color css
<style>
span { border-color: #B34A09; }
span { border-color: rgb(179,74,9); }
td.TdClassName
{
border-color: #B34A09;
}
.TagClassName
{
border-color: #B34A09;
}
</style>