Shades of Rust #B3411E
Tints of Rust #B3411E
RGB
CMYK
RGB Variations
Color information
#B3411E (or 0xB3411E) is known color: Rust. HEX triplet: B3, 41 and 1E. RGB value is (179,65,30). Sum of RGB (Red+Green+Blue) = 179+65+30=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3411E is #4CBEE1. Grayscale: #5F5F5F. Windows color (decimal): -5029602 or 1982899. OLE color: 1982899.
HSL color Cylindrical-coordinate representation of color #B3411E: hue angle of 14.09º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3411E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 30 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.30 |
| HSL | 14.09º | 0.71% | 0.41% | - |
| HSV(B) | 14.09º | 0.83% | 0.7% | - |
| XYZ | 20.72 | 13.46 | 2.73 | - |
| YUV | 95.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 30 | 0 | 0.64 | 0.83 | 0.30 | 14.09 | 0.71 | 0.41 |
| Hex | B3 | 41 | 1E | 0 | 40 | 53 | 1E | E | 47 | 29 |
| Octal | 263 | 101 | 36 | 0 | 100 | 123 | 36 | 16 | 107 | 51 |
| Binary | 10110011 | 1000001 | 11110 | 0 | 1000000 | 1010011 | 11110 | 1110 | 1000111 | 101001 |
Color Harmonies of #B3411E
Complementary color
Monochromatic Colors of #B3411E
Black with #B3411E
Text Example
Text Example
White with #B3411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3411E; }
p { color: rgb(179,65,30); }
H1.HeaderClassName
{
color: #B3411E;
}
.AnyTagClassName
{
color: #B3411E;
}
</style>
background-color css
<style>
a { background-color: #B3411E; }
a { background-color: rgb(179,65,30); }
div.DivClassName
{
background-color: #B3411E;
}
.BgClassName
{
background-color: #B3411E;
}
</style>
border-color css
<style>
span { border-color: #B3411E; }
span { border-color: rgb(179,65,30); }
td.TdClassName
{
border-color: #B3411E;
}
.TagClassName
{
border-color: #B3411E;
}
</style>