Shades of Rust #B74307
Tints of Rust #B74307
RGB
CMYK
RGB Variations
Color information
#B74307 (or 0xB74307) is known color: Rust. HEX triplet: B7, 43 and 07. RGB value is (183,67,7). Sum of RGB (Red+Green+Blue) = 183+67+7=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74307 is #48BCF8. Grayscale: #5F5F5F. Windows color (decimal): -4766969 or 476087. OLE color: 476087.
HSL color Cylindrical-coordinate representation of color #B74307: hue angle of 20.45º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B74307 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.28 |
| HSL | 20.45º | 0.93% | 0.37% | - |
| HSV(B) | 20.45º | 0.96% | 0.72% | - |
| XYZ | 21.57 | 14.1 | 1.78 | - |
| YUV | 94.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 7 | 0 | 0.63 | 0.96 | 0.28 | 20.45 | 0.93 | 0.37 |
| Hex | B7 | 43 | 7 | 0 | 3F | 60 | 1C | 14 | 5D | 25 |
| Octal | 267 | 103 | 7 | 0 | 77 | 140 | 34 | 24 | 135 | 45 |
| Binary | 10110111 | 1000011 | 111 | 0 | 111111 | 1100000 | 11100 | 10100 | 1011101 | 100101 |
Color Harmonies of #B74307
Complementary color
Monochromatic Colors of #B74307
Black with #B74307
Text Example
Text Example
White with #B74307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74307; }
p { color: rgb(183,67,7); }
H1.HeaderClassName
{
color: #B74307;
}
.AnyTagClassName
{
color: #B74307;
}
</style>
background-color css
<style>
a { background-color: #B74307; }
a { background-color: rgb(183,67,7); }
div.DivClassName
{
background-color: #B74307;
}
.BgClassName
{
background-color: #B74307;
}
</style>
border-color css
<style>
span { border-color: #B74307; }
span { border-color: rgb(183,67,7); }
td.TdClassName
{
border-color: #B74307;
}
.TagClassName
{
border-color: #B74307;
}
</style>