Shades of Rust #B53618
Tints of Rust #B53618
RGB
CMYK
RGB Variations
Color information
#B53618 (or 0xB53618) is known color: Rust. HEX triplet: B5, 36 and 18. RGB value is (181,54,24). Sum of RGB (Red+Green+Blue) = 181+54+24=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53618 is #4AC9E7. Grayscale: #585858. Windows color (decimal): -4901352 or 1586869. OLE color: 1586869.
HSL color Cylindrical-coordinate representation of color #B53618: hue angle of 11.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B53618 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 24 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.29 |
| HSL | 11.46º | 0.77% | 0.4% | - |
| HSV(B) | 11.46º | 0.87% | 0.71% | - |
| XYZ | 20.54 | 12.53 | 2.2 | - |
| YUV | 88.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 24 | 0 | 0.70 | 0.87 | 0.29 | 11.46 | 0.77 | 0.4 |
| Hex | B5 | 36 | 18 | 0 | 46 | 57 | 1D | B | 4D | 28 |
| Octal | 265 | 66 | 30 | 0 | 106 | 127 | 35 | 13 | 115 | 50 |
| Binary | 10110101 | 110110 | 11000 | 0 | 1000110 | 1010111 | 11101 | 1011 | 1001101 | 101000 |
Color Harmonies of #B53618
Complementary color
Monochromatic Colors of #B53618
Black with #B53618
Text Example
Text Example
White with #B53618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53618; }
p { color: rgb(181,54,24); }
H1.HeaderClassName
{
color: #B53618;
}
.AnyTagClassName
{
color: #B53618;
}
</style>
background-color css
<style>
a { background-color: #B53618; }
a { background-color: rgb(181,54,24); }
div.DivClassName
{
background-color: #B53618;
}
.BgClassName
{
background-color: #B53618;
}
</style>
border-color css
<style>
span { border-color: #B53618; }
span { border-color: rgb(181,54,24); }
td.TdClassName
{
border-color: #B53618;
}
.TagClassName
{
border-color: #B53618;
}
</style>