Shades of Rust #B3411F
Tints of Rust #B3411F
RGB
CMYK
RGB Variations
Color information
#B3411F (or 0xB3411F) is known color: Rust. HEX triplet: B3, 41 and 1F. RGB value is (179,65,31). Sum of RGB (Red+Green+Blue) = 179+65+31=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3411F is #4CBEE0. Grayscale: #5F5F5F. Windows color (decimal): -5029601 or 2048435. OLE color: 2048435.
HSL color Cylindrical-coordinate representation of color #B3411F: hue angle of 13.78º degrees, saturation: 0.7, 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 #B3411F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.30 |
| HSL | 13.78º | 0.7% | 0.41% | - |
| HSV(B) | 13.78º | 0.83% | 0.7% | - |
| XYZ | 20.73 | 13.46 | 2.8 | - |
| YUV | 95.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 31 | 0 | 0.64 | 0.83 | 0.30 | 13.78 | 0.7 | 0.41 |
| Hex | B3 | 41 | 1F | 0 | 40 | 53 | 1E | E | 46 | 29 |
| Octal | 263 | 101 | 37 | 0 | 100 | 123 | 36 | 16 | 106 | 51 |
| Binary | 10110011 | 1000001 | 11111 | 0 | 1000000 | 1010011 | 11110 | 1110 | 1000110 | 101001 |
Color Harmonies of #B3411F
Complementary color
Monochromatic Colors of #B3411F
Black with #B3411F
Text Example
Text Example
White with #B3411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3411F; }
p { color: rgb(179,65,31); }
H1.HeaderClassName
{
color: #B3411F;
}
.AnyTagClassName
{
color: #B3411F;
}
</style>
background-color css
<style>
a { background-color: #B3411F; }
a { background-color: rgb(179,65,31); }
div.DivClassName
{
background-color: #B3411F;
}
.BgClassName
{
background-color: #B3411F;
}
</style>
border-color css
<style>
span { border-color: #B3411F; }
span { border-color: rgb(179,65,31); }
td.TdClassName
{
border-color: #B3411F;
}
.TagClassName
{
border-color: #B3411F;
}
</style>