Shades of Rust #B3380F
Tints of Rust #B3380F
RGB
CMYK
RGB Variations
Color information
#B3380F (or 0xB3380F) is known color: Rust. HEX triplet: B3, 38 and 0F. RGB value is (179,56,15). Sum of RGB (Red+Green+Blue) = 179+56+15=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B3380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3380F is #4CC7F0. Grayscale: #585858. Windows color (decimal): -5031921 or 997555. OLE color: 997555.
HSL color Cylindrical-coordinate representation of color #B3380F: hue angle of 15º 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 #B3380F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 15 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.30 |
| HSL | 15º | 0.85% | 0.38% | - |
| HSV(B) | 15º | 0.92% | 0.7% | - |
| XYZ | 20.09 | 12.45 | 1.8 | - |
| YUV | 88.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 15 | 0 | 0.69 | 0.92 | 0.30 | 15 | 0.85 | 0.38 |
| Hex | B3 | 38 | F | 0 | 45 | 5C | 1E | F | 55 | 26 |
| Octal | 263 | 70 | 17 | 0 | 105 | 134 | 36 | 17 | 125 | 46 |
| Binary | 10110011 | 111000 | 1111 | 0 | 1000101 | 1011100 | 11110 | 1111 | 1010101 | 100110 |
Color Harmonies of #B3380F
Complementary color
Monochromatic Colors of #B3380F
Black with #B3380F
Text Example
Text Example
White with #B3380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3380F; }
p { color: rgb(179,56,15); }
H1.HeaderClassName
{
color: #B3380F;
}
.AnyTagClassName
{
color: #B3380F;
}
</style>
background-color css
<style>
a { background-color: #B3380F; }
a { background-color: rgb(179,56,15); }
div.DivClassName
{
background-color: #B3380F;
}
.BgClassName
{
background-color: #B3380F;
}
</style>
border-color css
<style>
span { border-color: #B3380F; }
span { border-color: rgb(179,56,15); }
td.TdClassName
{
border-color: #B3380F;
}
.TagClassName
{
border-color: #B3380F;
}
</style>