Shades of Rust #B3530C
Tints of Rust #B3530C
RGB
CMYK
RGB Variations
Color information
#B3530C (or 0xB3530C) is known color: Rust. HEX triplet: B3, 53 and 0C. RGB value is (179,83,12). Sum of RGB (Red+Green+Blue) = 179+83+12=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3530C is #4CACF3. Grayscale: #676767. Windows color (decimal): -5025012 or 807859. OLE color: 807859.
HSL color Cylindrical-coordinate representation of color #B3530C: hue angle of 25.51º 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 #B3530C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.30 |
| HSL | 25.51º | 0.87% | 0.37% | - |
| HSV(B) | 25.51º | 0.93% | 0.7% | - |
| XYZ | 21.75 | 15.8 | 2.25 | - |
| YUV | 103.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 12 | 0 | 0.54 | 0.93 | 0.30 | 25.51 | 0.87 | 0.37 |
| Hex | B3 | 53 | C | 0 | 36 | 5D | 1E | 1A | 57 | 25 |
| Octal | 263 | 123 | 14 | 0 | 66 | 135 | 36 | 32 | 127 | 45 |
| Binary | 10110011 | 1010011 | 1100 | 0 | 110110 | 1011101 | 11110 | 11010 | 1010111 | 100101 |
Color Harmonies of #B3530C
Complementary color
Monochromatic Colors of #B3530C
Black with #B3530C
Text Example
Text Example
White with #B3530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3530C; }
p { color: rgb(179,83,12); }
H1.HeaderClassName
{
color: #B3530C;
}
.AnyTagClassName
{
color: #B3530C;
}
</style>
background-color css
<style>
a { background-color: #B3530C; }
a { background-color: rgb(179,83,12); }
div.DivClassName
{
background-color: #B3530C;
}
.BgClassName
{
background-color: #B3530C;
}
</style>
border-color css
<style>
span { border-color: #B3530C; }
span { border-color: rgb(179,83,12); }
td.TdClassName
{
border-color: #B3530C;
}
.TagClassName
{
border-color: #B3530C;
}
</style>