Shades of Rust #B2530D
Tints of Rust #B2530D
RGB
CMYK
RGB Variations
Color information
#B2530D (or 0xB2530D) is known color: Rust. HEX triplet: B2, 53 and 0D. RGB value is (178,83,13). Sum of RGB (Red+Green+Blue) = 178+83+13=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2530D is #4DACF2. Grayscale: #676767. Windows color (decimal): -5090547 or 873394. OLE color: 873394.
HSL color Cylindrical-coordinate representation of color #B2530D: hue angle of 25.45º degrees, saturation: 0.86, 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 #B2530D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.30 |
| HSL | 25.45º | 0.86% | 0.37% | - |
| HSV(B) | 25.45º | 0.93% | 0.7% | - |
| XYZ | 21.53 | 15.68 | 2.27 | - |
| YUV | 103.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 13 | 0 | 0.53 | 0.93 | 0.30 | 25.45 | 0.86 | 0.37 |
| Hex | B2 | 53 | D | 0 | 35 | 5D | 1E | 19 | 56 | 25 |
| Octal | 262 | 123 | 15 | 0 | 65 | 135 | 36 | 31 | 126 | 45 |
| Binary | 10110010 | 1010011 | 1101 | 0 | 110101 | 1011101 | 11110 | 11001 | 1010110 | 100101 |
Color Harmonies of #B2530D
Complementary color
Monochromatic Colors of #B2530D
Black with #B2530D
Text Example
Text Example
White with #B2530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2530D; }
p { color: rgb(178,83,13); }
H1.HeaderClassName
{
color: #B2530D;
}
.AnyTagClassName
{
color: #B2530D;
}
</style>
background-color css
<style>
a { background-color: #B2530D; }
a { background-color: rgb(178,83,13); }
div.DivClassName
{
background-color: #B2530D;
}
.BgClassName
{
background-color: #B2530D;
}
</style>
border-color css
<style>
span { border-color: #B2530D; }
span { border-color: rgb(178,83,13); }
td.TdClassName
{
border-color: #B2530D;
}
.TagClassName
{
border-color: #B2530D;
}
</style>