Shades of Rust #B24310
Tints of Rust #B24310
RGB
CMYK
RGB Variations
Color information
#B24310 (or 0xB24310) is known color: Rust. HEX triplet: B2, 43 and 10. RGB value is (178,67,16). Sum of RGB (Red+Green+Blue) = 178+67+16=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B24310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24310 is #4DBCEF. Grayscale: #5E5E5E. Windows color (decimal): -5094640 or 1065906. OLE color: 1065906.
HSL color Cylindrical-coordinate representation of color #B24310: hue angle of 18.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B24310 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.30 |
| HSL | 18.89º | 0.84% | 0.38% | - |
| HSV(B) | 18.89º | 0.91% | 0.7% | - |
| XYZ | 20.46 | 13.52 | 2.02 | - |
| YUV | 94.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 16 | 0 | 0.62 | 0.91 | 0.30 | 18.89 | 0.84 | 0.38 |
| Hex | B2 | 43 | 10 | 0 | 3E | 5B | 1E | 13 | 54 | 26 |
| Octal | 262 | 103 | 20 | 0 | 76 | 133 | 36 | 23 | 124 | 46 |
| Binary | 10110010 | 1000011 | 10000 | 0 | 111110 | 1011011 | 11110 | 10011 | 1010100 | 100110 |
Color Harmonies of #B24310
Complementary color
Monochromatic Colors of #B24310
Black with #B24310
Text Example
Text Example
White with #B24310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24310; }
p { color: rgb(178,67,16); }
H1.HeaderClassName
{
color: #B24310;
}
.AnyTagClassName
{
color: #B24310;
}
</style>
background-color css
<style>
a { background-color: #B24310; }
a { background-color: rgb(178,67,16); }
div.DivClassName
{
background-color: #B24310;
}
.BgClassName
{
background-color: #B24310;
}
</style>
border-color css
<style>
span { border-color: #B24310; }
span { border-color: rgb(178,67,16); }
td.TdClassName
{
border-color: #B24310;
}
.TagClassName
{
border-color: #B24310;
}
</style>