Shades of Rust #B34209
Tints of Rust #B34209
RGB
CMYK
RGB Variations
Color information
#B34209 (or 0xB34209) is known color: Rust. HEX triplet: B3, 42 and 09. RGB value is (179,66,9). Sum of RGB (Red+Green+Blue) = 179+66+9=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34209 is #4CBDF6. Grayscale: #5D5D5D. Windows color (decimal): -5029367 or 606899. OLE color: 606899.
HSL color Cylindrical-coordinate representation of color #B34209: hue angle of 20.12º 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 #B34209 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.30 |
| HSL | 20.12º | 0.9% | 0.37% | - |
| HSV(B) | 20.12º | 0.95% | 0.7% | - |
| XYZ | 20.59 | 13.5 | 1.78 | - |
| YUV | 93.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 9 | 0 | 0.63 | 0.95 | 0.30 | 20.12 | 0.9 | 0.37 |
| Hex | B3 | 42 | 9 | 0 | 3F | 5F | 1E | 14 | 5A | 25 |
| Octal | 263 | 102 | 11 | 0 | 77 | 137 | 36 | 24 | 132 | 45 |
| Binary | 10110011 | 1000010 | 1001 | 0 | 111111 | 1011111 | 11110 | 10100 | 1011010 | 100101 |
Color Harmonies of #B34209
Complementary color
Monochromatic Colors of #B34209
Black with #B34209
Text Example
Text Example
White with #B34209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34209; }
p { color: rgb(179,66,9); }
H1.HeaderClassName
{
color: #B34209;
}
.AnyTagClassName
{
color: #B34209;
}
</style>
background-color css
<style>
a { background-color: #B34209; }
a { background-color: rgb(179,66,9); }
div.DivClassName
{
background-color: #B34209;
}
.BgClassName
{
background-color: #B34209;
}
</style>
border-color css
<style>
span { border-color: #B34209; }
span { border-color: rgb(179,66,9); }
td.TdClassName
{
border-color: #B34209;
}
.TagClassName
{
border-color: #B34209;
}
</style>