Shades of Rust #B74405
Tints of Rust #B74405
RGB
CMYK
RGB Variations
Color information
#B74405 (or 0xB74405) is known color: Rust. HEX triplet: B7, 44 and 05. RGB value is (183,68,5). Sum of RGB (Red+Green+Blue) = 183+68+5=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B74405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74405 is #48BBFA. Grayscale: #5F5F5F. Windows color (decimal): -4766715 or 345271. OLE color: 345271.
HSL color Cylindrical-coordinate representation of color #B74405: hue angle of 21.24º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B74405 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.28 |
| HSL | 21.24º | 0.95% | 0.37% | - |
| HSV(B) | 21.24º | 0.97% | 0.72% | - |
| XYZ | 21.62 | 14.21 | 1.75 | - |
| YUV | 95.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 5 | 0 | 0.63 | 0.97 | 0.28 | 21.24 | 0.95 | 0.37 |
| Hex | B7 | 44 | 5 | 0 | 3F | 61 | 1C | 15 | 5F | 25 |
| Octal | 267 | 104 | 5 | 0 | 77 | 141 | 34 | 25 | 137 | 45 |
| Binary | 10110111 | 1000100 | 101 | 0 | 111111 | 1100001 | 11100 | 10101 | 1011111 | 100101 |
Color Harmonies of #B74405
Complementary color
Monochromatic Colors of #B74405
Black with #B74405
Text Example
Text Example
White with #B74405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74405; }
p { color: rgb(183,68,5); }
H1.HeaderClassName
{
color: #B74405;
}
.AnyTagClassName
{
color: #B74405;
}
</style>
background-color css
<style>
a { background-color: #B74405; }
a { background-color: rgb(183,68,5); }
div.DivClassName
{
background-color: #B74405;
}
.BgClassName
{
background-color: #B74405;
}
</style>
border-color css
<style>
span { border-color: #B74405; }
span { border-color: rgb(183,68,5); }
td.TdClassName
{
border-color: #B74405;
}
.TagClassName
{
border-color: #B74405;
}
</style>