Shades of Rust #B3440C
Tints of Rust #B3440C
RGB
CMYK
RGB Variations
Color information
#B3440C (or 0xB3440C) is known color: Rust. HEX triplet: B3, 44 and 0C. RGB value is (179,68,12). Sum of RGB (Red+Green+Blue) = 179+68+12=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3440C is #4CBBF3. Grayscale: #5F5F5F. Windows color (decimal): -5028852 or 804019. OLE color: 804019.
HSL color Cylindrical-coordinate representation of color #B3440C: hue angle of 20.12º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3440C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.30 |
| HSL | 20.12º | 0.87% | 0.37% | - |
| HSV(B) | 20.12º | 0.93% | 0.7% | - |
| XYZ | 20.72 | 13.74 | 1.91 | - |
| YUV | 94.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 12 | 0 | 0.62 | 0.93 | 0.30 | 20.12 | 0.87 | 0.37 |
| Hex | B3 | 44 | C | 0 | 3E | 5D | 1E | 14 | 57 | 25 |
| Octal | 263 | 104 | 14 | 0 | 76 | 135 | 36 | 24 | 127 | 45 |
| Binary | 10110011 | 1000100 | 1100 | 0 | 111110 | 1011101 | 11110 | 10100 | 1010111 | 100101 |
Color Harmonies of #B3440C
Complementary color
Monochromatic Colors of #B3440C
Black with #B3440C
Text Example
Text Example
White with #B3440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3440C; }
p { color: rgb(179,68,12); }
H1.HeaderClassName
{
color: #B3440C;
}
.AnyTagClassName
{
color: #B3440C;
}
</style>
background-color css
<style>
a { background-color: #B3440C; }
a { background-color: rgb(179,68,12); }
div.DivClassName
{
background-color: #B3440C;
}
.BgClassName
{
background-color: #B3440C;
}
</style>
border-color css
<style>
span { border-color: #B3440C; }
span { border-color: rgb(179,68,12); }
td.TdClassName
{
border-color: #B3440C;
}
.TagClassName
{
border-color: #B3440C;
}
</style>