Shades of Rust #B25313
Tints of Rust #B25313
RGB
CMYK
RGB Variations
Color information
#B25313 (or 0xB25313) is known color: Rust. HEX triplet: B2, 53 and 13. RGB value is (178,83,19). Sum of RGB (Red+Green+Blue) = 178+83+19=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B25313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25313 is #4DACEC. Grayscale: #686868. Windows color (decimal): -5090541 or 1266610. OLE color: 1266610.
HSL color Cylindrical-coordinate representation of color #B25313: hue angle of 24.15º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B25313 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.30 |
| HSL | 24.15º | 0.81% | 0.39% | - |
| HSV(B) | 24.15º | 0.89% | 0.7% | - |
| XYZ | 21.57 | 15.7 | 2.51 | - |
| YUV | 104.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 19 | 0 | 0.53 | 0.89 | 0.30 | 24.15 | 0.81 | 0.39 |
| Hex | B2 | 53 | 13 | 0 | 35 | 59 | 1E | 18 | 51 | 27 |
| Octal | 262 | 123 | 23 | 0 | 65 | 131 | 36 | 30 | 121 | 47 |
| Binary | 10110010 | 1010011 | 10011 | 0 | 110101 | 1011001 | 11110 | 11000 | 1010001 | 100111 |
Color Harmonies of #B25313
Complementary color
Monochromatic Colors of #B25313
Black with #B25313
Text Example
Text Example
White with #B25313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25313; }
p { color: rgb(178,83,19); }
H1.HeaderClassName
{
color: #B25313;
}
.AnyTagClassName
{
color: #B25313;
}
</style>
background-color css
<style>
a { background-color: #B25313; }
a { background-color: rgb(178,83,19); }
div.DivClassName
{
background-color: #B25313;
}
.BgClassName
{
background-color: #B25313;
}
</style>
border-color css
<style>
span { border-color: #B25313; }
span { border-color: rgb(178,83,19); }
td.TdClassName
{
border-color: #B25313;
}
.TagClassName
{
border-color: #B25313;
}
</style>