Shades of Rust #B73618
Tints of Rust #B73618
RGB
CMYK
RGB Variations
Color information
#B73618 (or 0xB73618) is known color: Rust. HEX triplet: B7, 36 and 18. RGB value is (183,54,24). Sum of RGB (Red+Green+Blue) = 183+54+24=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B73618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73618 is #48C9E7. Grayscale: #595959. Windows color (decimal): -4770280 or 1586871. OLE color: 1586871.
HSL color Cylindrical-coordinate representation of color #B73618: hue angle of 11.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B73618 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 24 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.28 |
| HSL | 11.32º | 0.77% | 0.41% | - |
| HSV(B) | 11.32º | 0.87% | 0.72% | - |
| XYZ | 21.01 | 12.77 | 2.22 | - |
| YUV | 89.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 24 | 0 | 0.70 | 0.87 | 0.28 | 11.32 | 0.77 | 0.41 |
| Hex | B7 | 36 | 18 | 0 | 46 | 57 | 1C | B | 4D | 29 |
| Octal | 267 | 66 | 30 | 0 | 106 | 127 | 34 | 13 | 115 | 51 |
| Binary | 10110111 | 110110 | 11000 | 0 | 1000110 | 1010111 | 11100 | 1011 | 1001101 | 101001 |
Color Harmonies of #B73618
Complementary color
Monochromatic Colors of #B73618
Black with #B73618
Text Example
Text Example
White with #B73618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73618; }
p { color: rgb(183,54,24); }
H1.HeaderClassName
{
color: #B73618;
}
.AnyTagClassName
{
color: #B73618;
}
</style>
background-color css
<style>
a { background-color: #B73618; }
a { background-color: rgb(183,54,24); }
div.DivClassName
{
background-color: #B73618;
}
.BgClassName
{
background-color: #B73618;
}
</style>
border-color css
<style>
span { border-color: #B73618; }
span { border-color: rgb(183,54,24); }
td.TdClassName
{
border-color: #B73618;
}
.TagClassName
{
border-color: #B73618;
}
</style>