Shades of Rust #B34F02
Tints of Rust #B34F02
RGB
CMYK
RGB Variations
Color information
#B34F02 (or 0xB34F02) is known color: Rust. HEX triplet: B3, 4F and 02. RGB value is (179,79,2). Sum of RGB (Red+Green+Blue) = 179+79+2=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F02 is #4CB0FD. Grayscale: #646464. Windows color (decimal): -5026046 or 151475. OLE color: 151475.
HSL color Cylindrical-coordinate representation of color #B34F02: hue angle of 26.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B34F02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.30 |
| HSL | 26.1º | 0.98% | 0.35% | - |
| HSV(B) | 26.1º | 0.99% | 0.7% | - |
| XYZ | 21.4 | 15.18 | 1.86 | - |
| YUV | 100.12 | 72.63 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 2 | 0 | 0.56 | 0.99 | 0.30 | 26.1 | 0.98 | 0.35 |
| Hex | B3 | 4F | 2 | 0 | 38 | 63 | 1E | 1A | 62 | 23 |
| Octal | 263 | 117 | 2 | 0 | 70 | 143 | 36 | 32 | 142 | 43 |
| Binary | 10110011 | 1001111 | 10 | 0 | 111000 | 1100011 | 11110 | 11010 | 1100010 | 100011 |
Color Harmonies of #B34F02
Complementary color
Monochromatic Colors of #B34F02
Black with #B34F02
Text Example
Text Example
White with #B34F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F02; }
p { color: rgb(179,79,2); }
H1.HeaderClassName
{
color: #B34F02;
}
.AnyTagClassName
{
color: #B34F02;
}
</style>
background-color css
<style>
a { background-color: #B34F02; }
a { background-color: rgb(179,79,2); }
div.DivClassName
{
background-color: #B34F02;
}
.BgClassName
{
background-color: #B34F02;
}
</style>
border-color css
<style>
span { border-color: #B34F02; }
span { border-color: rgb(179,79,2); }
td.TdClassName
{
border-color: #B34F02;
}
.TagClassName
{
border-color: #B34F02;
}
</style>