Shades of Rust #B3441E
Tints of Rust #B3441E
RGB
CMYK
RGB Variations
Color information
#B3441E (or 0xB3441E) is known color: Rust. HEX triplet: B3, 44 and 1E. RGB value is (179,68,30). Sum of RGB (Red+Green+Blue) = 179+68+30=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3441E is #4CBBE1. Grayscale: #616161. Windows color (decimal): -5028834 or 1983667. OLE color: 1983667.
HSL color Cylindrical-coordinate representation of color #B3441E: hue angle of 15.3º 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 #B3441E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 30 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.30 |
| HSL | 15.3º | 0.71% | 0.41% | - |
| HSV(B) | 15.3º | 0.83% | 0.7% | - |
| XYZ | 20.89 | 13.81 | 2.79 | - |
| YUV | 96.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 30 | 0 | 0.62 | 0.83 | 0.30 | 15.3 | 0.71 | 0.41 |
| Hex | B3 | 44 | 1E | 0 | 3E | 53 | 1E | F | 47 | 29 |
| Octal | 263 | 104 | 36 | 0 | 76 | 123 | 36 | 17 | 107 | 51 |
| Binary | 10110011 | 1000100 | 11110 | 0 | 111110 | 1010011 | 11110 | 1111 | 1000111 | 101001 |
Color Harmonies of #B3441E
Complementary color
Monochromatic Colors of #B3441E
Black with #B3441E
Text Example
Text Example
White with #B3441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3441E; }
p { color: rgb(179,68,30); }
H1.HeaderClassName
{
color: #B3441E;
}
.AnyTagClassName
{
color: #B3441E;
}
</style>
background-color css
<style>
a { background-color: #B3441E; }
a { background-color: rgb(179,68,30); }
div.DivClassName
{
background-color: #B3441E;
}
.BgClassName
{
background-color: #B3441E;
}
</style>
border-color css
<style>
span { border-color: #B3441E; }
span { border-color: rgb(179,68,30); }
td.TdClassName
{
border-color: #B3441E;
}
.TagClassName
{
border-color: #B3441E;
}
</style>