Shades of Rust #B74316
Tints of Rust #B74316
RGB
CMYK
RGB Variations
Color information
#B74316 (or 0xB74316) is known color: Rust. HEX triplet: B7, 43 and 16. RGB value is (183,67,22). Sum of RGB (Red+Green+Blue) = 183+67+22=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74316 is #48BCE9. Grayscale: #606060. Windows color (decimal): -4766954 or 1459127. OLE color: 1459127.
HSL color Cylindrical-coordinate representation of color #B74316: hue angle of 16.77º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B74316 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 22 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.28 |
| HSL | 16.77º | 0.79% | 0.4% | - |
| HSV(B) | 16.77º | 0.88% | 0.72% | - |
| XYZ | 21.68 | 14.14 | 2.35 | - |
| YUV | 96.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 22 | 0 | 0.63 | 0.88 | 0.28 | 16.77 | 0.79 | 0.4 |
| Hex | B7 | 43 | 16 | 0 | 3F | 58 | 1C | 11 | 4F | 28 |
| Octal | 267 | 103 | 26 | 0 | 77 | 130 | 34 | 21 | 117 | 50 |
| Binary | 10110111 | 1000011 | 10110 | 0 | 111111 | 1011000 | 11100 | 10001 | 1001111 | 101000 |
Color Harmonies of #B74316
Complementary color
Monochromatic Colors of #B74316
Black with #B74316
Text Example
Text Example
White with #B74316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74316; }
p { color: rgb(183,67,22); }
H1.HeaderClassName
{
color: #B74316;
}
.AnyTagClassName
{
color: #B74316;
}
</style>
background-color css
<style>
a { background-color: #B74316; }
a { background-color: rgb(183,67,22); }
div.DivClassName
{
background-color: #B74316;
}
.BgClassName
{
background-color: #B74316;
}
</style>
border-color css
<style>
span { border-color: #B74316; }
span { border-color: rgb(183,67,22); }
td.TdClassName
{
border-color: #B74316;
}
.TagClassName
{
border-color: #B74316;
}
</style>