Shades of Rust #B74F0C
Tints of Rust #B74F0C
RGB
CMYK
RGB Variations
Color information
#B74F0C (or 0xB74F0C) is known color: Rust. HEX triplet: B7, 4F and 0C. RGB value is (183,79,12). Sum of RGB (Red+Green+Blue) = 183+79+12=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F0C is #48B0F3. Grayscale: #666666. Windows color (decimal): -4763892 or 806839. OLE color: 806839.
HSL color Cylindrical-coordinate representation of color #B74F0C: hue angle of 23.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B74F0C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.28 |
| HSL | 23.51º | 0.88% | 0.38% | - |
| HSV(B) | 23.51º | 0.93% | 0.72% | - |
| XYZ | 22.39 | 15.69 | 2.2 | - |
| YUV | 102.46 | 76.96 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 12 | 0 | 0.57 | 0.93 | 0.28 | 23.51 | 0.88 | 0.38 |
| Hex | B7 | 4F | C | 0 | 39 | 5D | 1C | 18 | 58 | 26 |
| Octal | 267 | 117 | 14 | 0 | 71 | 135 | 34 | 30 | 130 | 46 |
| Binary | 10110111 | 1001111 | 1100 | 0 | 111001 | 1011101 | 11100 | 11000 | 1011000 | 100110 |
Color Harmonies of #B74F0C
Complementary color
Monochromatic Colors of #B74F0C
Black with #B74F0C
Text Example
Text Example
White with #B74F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F0C; }
p { color: rgb(183,79,12); }
H1.HeaderClassName
{
color: #B74F0C;
}
.AnyTagClassName
{
color: #B74F0C;
}
</style>
background-color css
<style>
a { background-color: #B74F0C; }
a { background-color: rgb(183,79,12); }
div.DivClassName
{
background-color: #B74F0C;
}
.BgClassName
{
background-color: #B74F0C;
}
</style>
border-color css
<style>
span { border-color: #B74F0C; }
span { border-color: rgb(183,79,12); }
td.TdClassName
{
border-color: #B74F0C;
}
.TagClassName
{
border-color: #B74F0C;
}
</style>