Shades of Rust #B3411C
Tints of Rust #B3411C
RGB
CMYK
RGB Variations
Color information
#B3411C (or 0xB3411C) is known color: Rust. HEX triplet: B3, 41 and 1C. RGB value is (179,65,28). Sum of RGB (Red+Green+Blue) = 179+65+28=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3411C is #4CBEE3. Grayscale: #5F5F5F. Windows color (decimal): -5029604 or 1851827. OLE color: 1851827.
HSL color Cylindrical-coordinate representation of color #B3411C: hue angle of 14.7º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3411C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 28 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.30 |
| HSL | 14.7º | 0.73% | 0.41% | - |
| HSV(B) | 14.7º | 0.84% | 0.7% | - |
| XYZ | 20.69 | 13.45 | 2.6 | - |
| YUV | 94.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 28 | 0 | 0.64 | 0.84 | 0.30 | 14.7 | 0.73 | 0.41 |
| Hex | B3 | 41 | 1C | 0 | 40 | 54 | 1E | F | 49 | 29 |
| Octal | 263 | 101 | 34 | 0 | 100 | 124 | 36 | 17 | 111 | 51 |
| Binary | 10110011 | 1000001 | 11100 | 0 | 1000000 | 1010100 | 11110 | 1111 | 1001001 | 101001 |
Color Harmonies of #B3411C
Complementary color
Monochromatic Colors of #B3411C
Black with #B3411C
Text Example
Text Example
White with #B3411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3411C; }
p { color: rgb(179,65,28); }
H1.HeaderClassName
{
color: #B3411C;
}
.AnyTagClassName
{
color: #B3411C;
}
</style>
background-color css
<style>
a { background-color: #B3411C; }
a { background-color: rgb(179,65,28); }
div.DivClassName
{
background-color: #B3411C;
}
.BgClassName
{
background-color: #B3411C;
}
</style>
border-color css
<style>
span { border-color: #B3411C; }
span { border-color: rgb(179,65,28); }
td.TdClassName
{
border-color: #B3411C;
}
.TagClassName
{
border-color: #B3411C;
}
</style>