Shades of Rust #B3410D
Tints of Rust #B3410D
RGB
CMYK
RGB Variations
Color information
#B3410D (or 0xB3410D) is known color: Rust. HEX triplet: B3, 41 and 0D. RGB value is (179,65,13). Sum of RGB (Red+Green+Blue) = 179+65+13=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3410D is #4CBEF2. Grayscale: #5D5D5D. Windows color (decimal): -5029619 or 868787. OLE color: 868787.
HSL color Cylindrical-coordinate representation of color #B3410D: hue angle of 18.8º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3410D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.30 |
| HSL | 18.8º | 0.86% | 0.38% | - |
| HSV(B) | 18.8º | 0.93% | 0.7% | - |
| XYZ | 20.55 | 13.39 | 1.88 | - |
| YUV | 93.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 13 | 0 | 0.64 | 0.93 | 0.30 | 18.8 | 0.86 | 0.38 |
| Hex | B3 | 41 | D | 0 | 40 | 5D | 1E | 13 | 56 | 26 |
| Octal | 263 | 101 | 15 | 0 | 100 | 135 | 36 | 23 | 126 | 46 |
| Binary | 10110011 | 1000001 | 1101 | 0 | 1000000 | 1011101 | 11110 | 10011 | 1010110 | 100110 |
Color Harmonies of #B3410D
Complementary color
Monochromatic Colors of #B3410D
Black with #B3410D
Text Example
Text Example
White with #B3410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3410D; }
p { color: rgb(179,65,13); }
H1.HeaderClassName
{
color: #B3410D;
}
.AnyTagClassName
{
color: #B3410D;
}
</style>
background-color css
<style>
a { background-color: #B3410D; }
a { background-color: rgb(179,65,13); }
div.DivClassName
{
background-color: #B3410D;
}
.BgClassName
{
background-color: #B3410D;
}
</style>
border-color css
<style>
span { border-color: #B3410D; }
span { border-color: rgb(179,65,13); }
td.TdClassName
{
border-color: #B3410D;
}
.TagClassName
{
border-color: #B3410D;
}
</style>