Shades of Rust #B74A00
Tints of Rust #B74A00
RGB
CMYK
RGB Variations
Color information
#B74A00 (or 0xB74A00) is known color: Rust. HEX triplet: B7, 4A and 00. RGB value is (183,74,0). Sum of RGB (Red+Green+Blue) = 183+74+0=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A00 is #48B5FF. Grayscale: #626262. Windows color (decimal): -4765184 or 19127. OLE color: 19127.
HSL color Cylindrical-coordinate representation of color #B74A00: hue angle of 24.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B74A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.28 |
| HSL | 24.26º | 1% | 0.36% | - |
| HSV(B) | 24.26º | 1% | 0.72% | - |
| XYZ | 21.98 | 14.96 | 1.73 | - |
| YUV | 98.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 0 | 0 | 0.60 | 1 | 0.28 | 24.26 | 1 | 0.36 |
| Hex | B7 | 4A | 0 | 0 | 3C | 64 | 1C | 18 | 64 | 24 |
| Octal | 267 | 112 | 0 | 0 | 74 | 144 | 34 | 30 | 144 | 44 |
| Binary | 10110111 | 1001010 | 0 | 0 | 111100 | 1100100 | 11100 | 11000 | 1100100 | 100100 |
Color Harmonies of #B74A00
Complementary color
Monochromatic Colors of #B74A00
Black with #B74A00
Text Example
Text Example
White with #B74A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A00; }
p { color: rgb(183,74,0); }
H1.HeaderClassName
{
color: #B74A00;
}
.AnyTagClassName
{
color: #B74A00;
}
</style>
background-color css
<style>
a { background-color: #B74A00; }
a { background-color: rgb(183,74,0); }
div.DivClassName
{
background-color: #B74A00;
}
.BgClassName
{
background-color: #B74A00;
}
</style>
border-color css
<style>
span { border-color: #B74A00; }
span { border-color: rgb(183,74,0); }
td.TdClassName
{
border-color: #B74A00;
}
.TagClassName
{
border-color: #B74A00;
}
</style>