Shades of Rust #B34010
Tints of Rust #B34010
RGB
CMYK
RGB Variations
Color information
#B34010 (or 0xB34010) is known color: Rust. HEX triplet: B3, 40 and 10. RGB value is (179,64,16). Sum of RGB (Red+Green+Blue) = 179+64+16=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B34010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34010 is #4CBFEF. Grayscale: #5D5D5D. Windows color (decimal): -5029872 or 1065139. OLE color: 1065139.
HSL color Cylindrical-coordinate representation of color #B34010: hue angle of 17.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34010 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.30 |
| HSL | 17.67º | 0.84% | 0.38% | - |
| HSV(B) | 17.67º | 0.91% | 0.7% | - |
| XYZ | 20.52 | 13.29 | 1.97 | - |
| YUV | 92.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 16 | 0 | 0.64 | 0.91 | 0.30 | 17.67 | 0.84 | 0.38 |
| Hex | B3 | 40 | 10 | 0 | 40 | 5B | 1E | 12 | 54 | 26 |
| Octal | 263 | 100 | 20 | 0 | 100 | 133 | 36 | 22 | 124 | 46 |
| Binary | 10110011 | 1000000 | 10000 | 0 | 1000000 | 1011011 | 11110 | 10010 | 1010100 | 100110 |
Color Harmonies of #B34010
Complementary color
Monochromatic Colors of #B34010
Black with #B34010
Text Example
Text Example
White with #B34010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34010; }
p { color: rgb(179,64,16); }
H1.HeaderClassName
{
color: #B34010;
}
.AnyTagClassName
{
color: #B34010;
}
</style>
background-color css
<style>
a { background-color: #B34010; }
a { background-color: rgb(179,64,16); }
div.DivClassName
{
background-color: #B34010;
}
.BgClassName
{
background-color: #B34010;
}
</style>
border-color css
<style>
span { border-color: #B34010; }
span { border-color: rgb(179,64,16); }
td.TdClassName
{
border-color: #B34010;
}
.TagClassName
{
border-color: #B34010;
}
</style>