Shades of Rust #B34310
Tints of Rust #B34310
RGB
CMYK
RGB Variations
Color information
#B34310 (or 0xB34310) is known color: Rust. HEX triplet: B3, 43 and 10. RGB value is (179,67,16). Sum of RGB (Red+Green+Blue) = 179+67+16=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B34310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34310 is #4CBCEF. Grayscale: #5E5E5E. Windows color (decimal): -5029104 or 1065907. OLE color: 1065907.
HSL color Cylindrical-coordinate representation of color #B34310: hue angle of 18.77º 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 #B34310 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.30 |
| HSL | 18.77º | 0.84% | 0.38% | - |
| HSV(B) | 18.77º | 0.91% | 0.7% | - |
| XYZ | 20.69 | 13.64 | 2.03 | - |
| YUV | 94.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 16 | 0 | 0.63 | 0.91 | 0.30 | 18.77 | 0.84 | 0.38 |
| Hex | B3 | 43 | 10 | 0 | 3F | 5B | 1E | 13 | 54 | 26 |
| Octal | 263 | 103 | 20 | 0 | 77 | 133 | 36 | 23 | 124 | 46 |
| Binary | 10110011 | 1000011 | 10000 | 0 | 111111 | 1011011 | 11110 | 10011 | 1010100 | 100110 |
Color Harmonies of #B34310
Complementary color
Monochromatic Colors of #B34310
Black with #B34310
Text Example
Text Example
White with #B34310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34310; }
p { color: rgb(179,67,16); }
H1.HeaderClassName
{
color: #B34310;
}
.AnyTagClassName
{
color: #B34310;
}
</style>
background-color css
<style>
a { background-color: #B34310; }
a { background-color: rgb(179,67,16); }
div.DivClassName
{
background-color: #B34310;
}
.BgClassName
{
background-color: #B34310;
}
</style>
border-color css
<style>
span { border-color: #B34310; }
span { border-color: rgb(179,67,16); }
td.TdClassName
{
border-color: #B34310;
}
.TagClassName
{
border-color: #B34310;
}
</style>