Shades of Rust #B34F12
Tints of Rust #B34F12
RGB
CMYK
RGB Variations
Color information
#B34F12 (or 0xB34F12) is known color: Rust. HEX triplet: B3, 4F and 12. RGB value is (179,79,18). Sum of RGB (Red+Green+Blue) = 179+79+18=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F12 is #4CB0ED. Grayscale: #666666. Windows color (decimal): -5026030 or 1200051. OLE color: 1200051.
HSL color Cylindrical-coordinate representation of color #B34F12: hue angle of 22.73º 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 #B34F12 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.30 |
| HSL | 22.73º | 0.82% | 0.39% | - |
| HSV(B) | 22.73º | 0.9% | 0.7% | - |
| XYZ | 21.5 | 15.22 | 2.38 | - |
| YUV | 101.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 18 | 0 | 0.56 | 0.90 | 0.30 | 22.73 | 0.82 | 0.39 |
| Hex | B3 | 4F | 12 | 0 | 38 | 5A | 1E | 17 | 52 | 27 |
| Octal | 263 | 117 | 22 | 0 | 70 | 132 | 36 | 27 | 122 | 47 |
| Binary | 10110011 | 1001111 | 10010 | 0 | 111000 | 1011010 | 11110 | 10111 | 1010010 | 100111 |
Color Harmonies of #B34F12
Complementary color
Monochromatic Colors of #B34F12
Black with #B34F12
Text Example
Text Example
White with #B34F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F12; }
p { color: rgb(179,79,18); }
H1.HeaderClassName
{
color: #B34F12;
}
.AnyTagClassName
{
color: #B34F12;
}
</style>
background-color css
<style>
a { background-color: #B34F12; }
a { background-color: rgb(179,79,18); }
div.DivClassName
{
background-color: #B34F12;
}
.BgClassName
{
background-color: #B34F12;
}
</style>
border-color css
<style>
span { border-color: #B34F12; }
span { border-color: rgb(179,79,18); }
td.TdClassName
{
border-color: #B34F12;
}
.TagClassName
{
border-color: #B34F12;
}
</style>