Shades of Rust #B3530D
Tints of Rust #B3530D
RGB
CMYK
RGB Variations
Color information
#B3530D (or 0xB3530D) is known color: Rust. HEX triplet: B3, 53 and 0D. RGB value is (179,83,13). Sum of RGB (Red+Green+Blue) = 179+83+13=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3530D is #4CACF2. Grayscale: #686868. Windows color (decimal): -5025011 or 873395. OLE color: 873395.
HSL color Cylindrical-coordinate representation of color #B3530D: hue angle of 25.3º 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 #B3530D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.30 |
| HSL | 25.3º | 0.86% | 0.38% | - |
| HSV(B) | 25.3º | 0.93% | 0.7% | - |
| XYZ | 21.76 | 15.8 | 2.28 | - |
| YUV | 103.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 13 | 0 | 0.54 | 0.93 | 0.30 | 25.3 | 0.86 | 0.38 |
| Hex | B3 | 53 | D | 0 | 36 | 5D | 1E | 19 | 56 | 26 |
| Octal | 263 | 123 | 15 | 0 | 66 | 135 | 36 | 31 | 126 | 46 |
| Binary | 10110011 | 1010011 | 1101 | 0 | 110110 | 1011101 | 11110 | 11001 | 1010110 | 100110 |
Color Harmonies of #B3530D
Complementary color
Monochromatic Colors of #B3530D
Black with #B3530D
Text Example
Text Example
White with #B3530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3530D; }
p { color: rgb(179,83,13); }
H1.HeaderClassName
{
color: #B3530D;
}
.AnyTagClassName
{
color: #B3530D;
}
</style>
background-color css
<style>
a { background-color: #B3530D; }
a { background-color: rgb(179,83,13); }
div.DivClassName
{
background-color: #B3530D;
}
.BgClassName
{
background-color: #B3530D;
}
</style>
border-color css
<style>
span { border-color: #B3530D; }
span { border-color: rgb(179,83,13); }
td.TdClassName
{
border-color: #B3530D;
}
.TagClassName
{
border-color: #B3530D;
}
</style>