Shades of Rust #B34313
Tints of Rust #B34313
RGB
CMYK
RGB Variations
Color information
#B34313 (or 0xB34313) is known color: Rust. HEX triplet: B3, 43 and 13. RGB value is (179,67,19). Sum of RGB (Red+Green+Blue) = 179+67+19=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B34313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34313 is #4CBCEC. Grayscale: #5F5F5F. Windows color (decimal): -5029101 or 1262515. OLE color: 1262515.
HSL color Cylindrical-coordinate representation of color #B34313: hue angle of 18º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34313 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.30 |
| HSL | 18º | 0.81% | 0.39% | - |
| HSV(B) | 18º | 0.89% | 0.7% | - |
| XYZ | 20.72 | 13.65 | 2.16 | - |
| YUV | 95.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 19 | 0 | 0.63 | 0.89 | 0.30 | 18 | 0.81 | 0.39 |
| Hex | B3 | 43 | 13 | 0 | 3F | 59 | 1E | 12 | 51 | 27 |
| Octal | 263 | 103 | 23 | 0 | 77 | 131 | 36 | 22 | 121 | 47 |
| Binary | 10110011 | 1000011 | 10011 | 0 | 111111 | 1011001 | 11110 | 10010 | 1010001 | 100111 |
Color Harmonies of #B34313
Complementary color
Monochromatic Colors of #B34313
Black with #B34313
Text Example
Text Example
White with #B34313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34313; }
p { color: rgb(179,67,19); }
H1.HeaderClassName
{
color: #B34313;
}
.AnyTagClassName
{
color: #B34313;
}
</style>
background-color css
<style>
a { background-color: #B34313; }
a { background-color: rgb(179,67,19); }
div.DivClassName
{
background-color: #B34313;
}
.BgClassName
{
background-color: #B34313;
}
</style>
border-color css
<style>
span { border-color: #B34313; }
span { border-color: rgb(179,67,19); }
td.TdClassName
{
border-color: #B34313;
}
.TagClassName
{
border-color: #B34313;
}
</style>