Shades of Rust #B34102
Tints of Rust #B34102
RGB
CMYK
RGB Variations
Color information
#B34102 (or 0xB34102) is known color: Rust. HEX triplet: B3, 41 and 02. RGB value is (179,65,2). Sum of RGB (Red+Green+Blue) = 179+65+2=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B34102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34102 is #4CBEFD. Grayscale: #5C5C5C. Windows color (decimal): -5029630 or 147891. OLE color: 147891.
HSL color Cylindrical-coordinate representation of color #B34102: hue angle of 21.36º 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 #B34102 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.30 |
| HSL | 21.36º | 0.98% | 0.35% | - |
| HSV(B) | 21.36º | 0.99% | 0.7% | - |
| XYZ | 20.49 | 13.37 | 1.56 | - |
| YUV | 91.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 2 | 0 | 0.64 | 0.99 | 0.30 | 21.36 | 0.98 | 0.35 |
| Hex | B3 | 41 | 2 | 0 | 40 | 63 | 1E | 15 | 62 | 23 |
| Octal | 263 | 101 | 2 | 0 | 100 | 143 | 36 | 25 | 142 | 43 |
| Binary | 10110011 | 1000001 | 10 | 0 | 1000000 | 1100011 | 11110 | 10101 | 1100010 | 100011 |
Color Harmonies of #B34102
Complementary color
Monochromatic Colors of #B34102
Black with #B34102
Text Example
Text Example
White with #B34102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34102; }
p { color: rgb(179,65,2); }
H1.HeaderClassName
{
color: #B34102;
}
.AnyTagClassName
{
color: #B34102;
}
</style>
background-color css
<style>
a { background-color: #B34102; }
a { background-color: rgb(179,65,2); }
div.DivClassName
{
background-color: #B34102;
}
.BgClassName
{
background-color: #B34102;
}
</style>
border-color css
<style>
span { border-color: #B34102; }
span { border-color: rgb(179,65,2); }
td.TdClassName
{
border-color: #B34102;
}
.TagClassName
{
border-color: #B34102;
}
</style>