Shades of Rust #B3380E
Tints of Rust #B3380E
RGB
CMYK
RGB Variations
Color information
#B3380E (or 0xB3380E) is known color: Rust. HEX triplet: B3, 38 and 0E. RGB value is (179,56,14). Sum of RGB (Red+Green+Blue) = 179+56+14=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3380E is #4CC7F1. Grayscale: #585858. Windows color (decimal): -5031922 or 932019. OLE color: 932019.
HSL color Cylindrical-coordinate representation of color #B3380E: hue angle of 15.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3380E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.30 |
| HSL | 15.27º | 0.85% | 0.38% | - |
| HSV(B) | 15.27º | 0.92% | 0.7% | - |
| XYZ | 20.08 | 12.44 | 1.76 | - |
| YUV | 87.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 14 | 0 | 0.69 | 0.92 | 0.30 | 15.27 | 0.85 | 0.38 |
| Hex | B3 | 38 | E | 0 | 45 | 5C | 1E | F | 55 | 26 |
| Octal | 263 | 70 | 16 | 0 | 105 | 134 | 36 | 17 | 125 | 46 |
| Binary | 10110011 | 111000 | 1110 | 0 | 1000101 | 1011100 | 11110 | 1111 | 1010101 | 100110 |
Color Harmonies of #B3380E
Complementary color
Monochromatic Colors of #B3380E
Black with #B3380E
Text Example
Text Example
White with #B3380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3380E; }
p { color: rgb(179,56,14); }
H1.HeaderClassName
{
color: #B3380E;
}
.AnyTagClassName
{
color: #B3380E;
}
</style>
background-color css
<style>
a { background-color: #B3380E; }
a { background-color: rgb(179,56,14); }
div.DivClassName
{
background-color: #B3380E;
}
.BgClassName
{
background-color: #B3380E;
}
</style>
border-color css
<style>
span { border-color: #B3380E; }
span { border-color: rgb(179,56,14); }
td.TdClassName
{
border-color: #B3380E;
}
.TagClassName
{
border-color: #B3380E;
}
</style>