Shades of Rust #B34012
Tints of Rust #B34012
RGB
CMYK
RGB Variations
Color information
#B34012 (or 0xB34012) is known color: Rust. HEX triplet: B3, 40 and 12. RGB value is (179,64,18). Sum of RGB (Red+Green+Blue) = 179+64+18=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B34012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34012 is #4CBFED. Grayscale: #5D5D5D. Windows color (decimal): -5029870 or 1196211. OLE color: 1196211.
HSL color Cylindrical-coordinate representation of color #B34012: hue angle of 17.14º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B34012 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.30 |
| HSL | 17.14º | 0.82% | 0.39% | - |
| HSV(B) | 17.14º | 0.9% | 0.7% | - |
| XYZ | 20.53 | 13.29 | 2.06 | - |
| YUV | 93.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 18 | 0 | 0.64 | 0.90 | 0.30 | 17.14 | 0.82 | 0.39 |
| Hex | B3 | 40 | 12 | 0 | 40 | 5A | 1E | 11 | 52 | 27 |
| Octal | 263 | 100 | 22 | 0 | 100 | 132 | 36 | 21 | 122 | 47 |
| Binary | 10110011 | 1000000 | 10010 | 0 | 1000000 | 1011010 | 11110 | 10001 | 1010010 | 100111 |
Color Harmonies of #B34012
Complementary color
Monochromatic Colors of #B34012
Black with #B34012
Text Example
Text Example
White with #B34012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34012; }
p { color: rgb(179,64,18); }
H1.HeaderClassName
{
color: #B34012;
}
.AnyTagClassName
{
color: #B34012;
}
</style>
background-color css
<style>
a { background-color: #B34012; }
a { background-color: rgb(179,64,18); }
div.DivClassName
{
background-color: #B34012;
}
.BgClassName
{
background-color: #B34012;
}
</style>
border-color css
<style>
span { border-color: #B34012; }
span { border-color: rgb(179,64,18); }
td.TdClassName
{
border-color: #B34012;
}
.TagClassName
{
border-color: #B34012;
}
</style>