Shades of Rust #B24113
Tints of Rust #B24113
RGB
CMYK
RGB Variations
Color information
#B24113 (or 0xB24113) is known color: Rust. HEX triplet: B2, 41 and 13. RGB value is (178,65,19). Sum of RGB (Red+Green+Blue) = 178+65+19=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B24113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24113 is #4DBEEC. Grayscale: #5D5D5D. Windows color (decimal): -5095149 or 1262002. OLE color: 1262002.
HSL color Cylindrical-coordinate representation of color #B24113: hue angle of 17.36º 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 #B24113 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.30 |
| HSL | 17.36º | 0.81% | 0.39% | - |
| HSV(B) | 17.36º | 0.89% | 0.7% | - |
| XYZ | 20.37 | 13.29 | 2.11 | - |
| YUV | 93.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 19 | 0 | 0.63 | 0.89 | 0.30 | 17.36 | 0.81 | 0.39 |
| Hex | B2 | 41 | 13 | 0 | 3F | 59 | 1E | 11 | 51 | 27 |
| Octal | 262 | 101 | 23 | 0 | 77 | 131 | 36 | 21 | 121 | 47 |
| Binary | 10110010 | 1000001 | 10011 | 0 | 111111 | 1011001 | 11110 | 10001 | 1010001 | 100111 |
Color Harmonies of #B24113
Complementary color
Monochromatic Colors of #B24113
Black with #B24113
Text Example
Text Example
White with #B24113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24113; }
p { color: rgb(178,65,19); }
H1.HeaderClassName
{
color: #B24113;
}
.AnyTagClassName
{
color: #B24113;
}
</style>
background-color css
<style>
a { background-color: #B24113; }
a { background-color: rgb(178,65,19); }
div.DivClassName
{
background-color: #B24113;
}
.BgClassName
{
background-color: #B24113;
}
</style>
border-color css
<style>
span { border-color: #B24113; }
span { border-color: rgb(178,65,19); }
td.TdClassName
{
border-color: #B24113;
}
.TagClassName
{
border-color: #B24113;
}
</style>