Shades of Rust #B74F0D
Tints of Rust #B74F0D
RGB
CMYK
RGB Variations
Color information
#B74F0D (or 0xB74F0D) is known color: Rust. HEX triplet: B7, 4F and 0D. RGB value is (183,79,13). Sum of RGB (Red+Green+Blue) = 183+79+13=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F0D is #48B0F2. Grayscale: #666666. Windows color (decimal): -4763891 or 872375. OLE color: 872375.
HSL color Cylindrical-coordinate representation of color #B74F0D: hue angle of 23.29º degrees, saturation: 0.87, 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 #B74F0D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.28 |
| HSL | 23.29º | 0.87% | 0.38% | - |
| HSV(B) | 23.29º | 0.93% | 0.72% | - |
| XYZ | 22.4 | 15.69 | 2.23 | - |
| YUV | 102.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 13 | 0 | 0.57 | 0.93 | 0.28 | 23.29 | 0.87 | 0.38 |
| Hex | B7 | 4F | D | 0 | 39 | 5D | 1C | 17 | 57 | 26 |
| Octal | 267 | 117 | 15 | 0 | 71 | 135 | 34 | 27 | 127 | 46 |
| Binary | 10110111 | 1001111 | 1101 | 0 | 111001 | 1011101 | 11100 | 10111 | 1010111 | 100110 |
Color Harmonies of #B74F0D
Complementary color
Monochromatic Colors of #B74F0D
Black with #B74F0D
Text Example
Text Example
White with #B74F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F0D; }
p { color: rgb(183,79,13); }
H1.HeaderClassName
{
color: #B74F0D;
}
.AnyTagClassName
{
color: #B74F0D;
}
</style>
background-color css
<style>
a { background-color: #B74F0D; }
a { background-color: rgb(183,79,13); }
div.DivClassName
{
background-color: #B74F0D;
}
.BgClassName
{
background-color: #B74F0D;
}
</style>
border-color css
<style>
span { border-color: #B74F0D; }
span { border-color: rgb(183,79,13); }
td.TdClassName
{
border-color: #B74F0D;
}
.TagClassName
{
border-color: #B74F0D;
}
</style>