Shades of Rust #B74D09
Tints of Rust #B74D09
RGB
CMYK
RGB Variations
Color information
#B74D09 (or 0xB74D09) is known color: Rust. HEX triplet: B7, 4D and 09. RGB value is (183,77,9). Sum of RGB (Red+Green+Blue) = 183+77+9=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74D09 is #48B2F6. Grayscale: #656565. Windows color (decimal): -4764407 or 609719. OLE color: 609719.
HSL color Cylindrical-coordinate representation of color #B74D09: hue angle of 23.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B74D09 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.28 |
| HSL | 23.45º | 0.91% | 0.38% | - |
| HSV(B) | 23.45º | 0.95% | 0.72% | - |
| XYZ | 22.23 | 15.39 | 2.06 | - |
| YUV | 100.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 9 | 0 | 0.58 | 0.95 | 0.28 | 23.45 | 0.91 | 0.38 |
| Hex | B7 | 4D | 9 | 0 | 3A | 5F | 1C | 17 | 5B | 26 |
| Octal | 267 | 115 | 11 | 0 | 72 | 137 | 34 | 27 | 133 | 46 |
| Binary | 10110111 | 1001101 | 1001 | 0 | 111010 | 1011111 | 11100 | 10111 | 1011011 | 100110 |
Color Harmonies of #B74D09
Complementary color
Monochromatic Colors of #B74D09
Black with #B74D09
Text Example
Text Example
White with #B74D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D09; }
p { color: rgb(183,77,9); }
H1.HeaderClassName
{
color: #B74D09;
}
.AnyTagClassName
{
color: #B74D09;
}
</style>
background-color css
<style>
a { background-color: #B74D09; }
a { background-color: rgb(183,77,9); }
div.DivClassName
{
background-color: #B74D09;
}
.BgClassName
{
background-color: #B74D09;
}
</style>
border-color css
<style>
span { border-color: #B74D09; }
span { border-color: rgb(183,77,9); }
td.TdClassName
{
border-color: #B74D09;
}
.TagClassName
{
border-color: #B74D09;
}
</style>