Shades of Rust #B74118
Tints of Rust #B74118
RGB
CMYK
RGB Variations
Color information
#B74118 (or 0xB74118) is known color: Rust. HEX triplet: B7, 41 and 18. RGB value is (183,65,24). Sum of RGB (Red+Green+Blue) = 183+65+24=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74118 is #48BEE7. Grayscale: #5F5F5F. Windows color (decimal): -4767464 or 1589687. OLE color: 1589687.
HSL color Cylindrical-coordinate representation of color #B74118: hue angle of 15.47º 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 #B74118 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.28 |
| HSL | 15.47º | 0.77% | 0.41% | - |
| HSV(B) | 15.47º | 0.87% | 0.72% | - |
| XYZ | 21.58 | 13.91 | 2.41 | - |
| YUV | 95.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 24 | 0 | 0.64 | 0.87 | 0.28 | 15.47 | 0.77 | 0.41 |
| Hex | B7 | 41 | 18 | 0 | 40 | 57 | 1C | F | 4D | 29 |
| Octal | 267 | 101 | 30 | 0 | 100 | 127 | 34 | 17 | 115 | 51 |
| Binary | 10110111 | 1000001 | 11000 | 0 | 1000000 | 1010111 | 11100 | 1111 | 1001101 | 101001 |
Color Harmonies of #B74118
Complementary color
Monochromatic Colors of #B74118
Black with #B74118
Text Example
Text Example
White with #B74118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74118; }
p { color: rgb(183,65,24); }
H1.HeaderClassName
{
color: #B74118;
}
.AnyTagClassName
{
color: #B74118;
}
</style>
background-color css
<style>
a { background-color: #B74118; }
a { background-color: rgb(183,65,24); }
div.DivClassName
{
background-color: #B74118;
}
.BgClassName
{
background-color: #B74118;
}
</style>
border-color css
<style>
span { border-color: #B74118; }
span { border-color: rgb(183,65,24); }
td.TdClassName
{
border-color: #B74118;
}
.TagClassName
{
border-color: #B74118;
}
</style>