Shades of Rust #B74404
Tints of Rust #B74404
RGB
CMYK
RGB Variations
Color information
#B74404 (or 0xB74404) is known color: Rust. HEX triplet: B7, 44 and 04. RGB value is (183,68,4). Sum of RGB (Red+Green+Blue) = 183+68+4=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B74404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74404 is #48BBFB. Grayscale: #5F5F5F. Windows color (decimal): -4766716 or 279735. OLE color: 279735.
HSL color Cylindrical-coordinate representation of color #B74404: hue angle of 21.45º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B74404 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.28 |
| HSL | 21.45º | 0.96% | 0.37% | - |
| HSV(B) | 21.45º | 0.98% | 0.72% | - |
| XYZ | 21.62 | 14.21 | 1.72 | - |
| YUV | 95.09 | 76.6 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 4 | 0 | 0.63 | 0.98 | 0.28 | 21.45 | 0.96 | 0.37 |
| Hex | B7 | 44 | 4 | 0 | 3F | 62 | 1C | 15 | 60 | 25 |
| Octal | 267 | 104 | 4 | 0 | 77 | 142 | 34 | 25 | 140 | 45 |
| Binary | 10110111 | 1000100 | 100 | 0 | 111111 | 1100010 | 11100 | 10101 | 1100000 | 100101 |
Color Harmonies of #B74404
Complementary color
Monochromatic Colors of #B74404
Black with #B74404
Text Example
Text Example
White with #B74404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74404; }
p { color: rgb(183,68,4); }
H1.HeaderClassName
{
color: #B74404;
}
.AnyTagClassName
{
color: #B74404;
}
</style>
background-color css
<style>
a { background-color: #B74404; }
a { background-color: rgb(183,68,4); }
div.DivClassName
{
background-color: #B74404;
}
.BgClassName
{
background-color: #B74404;
}
</style>
border-color css
<style>
span { border-color: #B74404; }
span { border-color: rgb(183,68,4); }
td.TdClassName
{
border-color: #B74404;
}
.TagClassName
{
border-color: #B74404;
}
</style>