Shades of Rust #B74304
Tints of Rust #B74304
RGB
CMYK
RGB Variations
Color information
#B74304 (or 0xB74304) is known color: Rust. HEX triplet: B7, 43 and 04. RGB value is (183,67,4). Sum of RGB (Red+Green+Blue) = 183+67+4=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B74304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74304 is #48BCFB. Grayscale: #5E5E5E. Windows color (decimal): -4766972 or 279479. OLE color: 279479.
HSL color Cylindrical-coordinate representation of color #B74304: hue angle of 21.12º 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 #B74304 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.28 |
| HSL | 21.12º | 0.96% | 0.37% | - |
| HSV(B) | 21.12º | 0.98% | 0.72% | - |
| XYZ | 21.56 | 14.09 | 1.7 | - |
| YUV | 94.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 4 | 0 | 0.63 | 0.98 | 0.28 | 21.12 | 0.96 | 0.37 |
| Hex | B7 | 43 | 4 | 0 | 3F | 62 | 1C | 15 | 60 | 25 |
| Octal | 267 | 103 | 4 | 0 | 77 | 142 | 34 | 25 | 140 | 45 |
| Binary | 10110111 | 1000011 | 100 | 0 | 111111 | 1100010 | 11100 | 10101 | 1100000 | 100101 |
Color Harmonies of #B74304
Complementary color
Monochromatic Colors of #B74304
Black with #B74304
Text Example
Text Example
White with #B74304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74304; }
p { color: rgb(183,67,4); }
H1.HeaderClassName
{
color: #B74304;
}
.AnyTagClassName
{
color: #B74304;
}
</style>
background-color css
<style>
a { background-color: #B74304; }
a { background-color: rgb(183,67,4); }
div.DivClassName
{
background-color: #B74304;
}
.BgClassName
{
background-color: #B74304;
}
</style>
border-color css
<style>
span { border-color: #B74304; }
span { border-color: rgb(183,67,4); }
td.TdClassName
{
border-color: #B74304;
}
.TagClassName
{
border-color: #B74304;
}
</style>