Shades of Rust #B74420
Tints of Rust #B74420
RGB
CMYK
RGB Variations
Color information
#B74420 (or 0xB74420) is known color: Rust. HEX triplet: B7, 44 and 20. RGB value is (183,68,32). Sum of RGB (Red+Green+Blue) = 183+68+32=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B74420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74420 is #48BBDF. Grayscale: #626262. Windows color (decimal): -4766688 or 2114743. OLE color: 2114743.
HSL color Cylindrical-coordinate representation of color #B74420: hue angle of 14.3º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74420 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.28 |
| HSL | 14.3º | 0.7% | 0.42% | - |
| HSV(B) | 14.3º | 0.83% | 0.72% | - |
| XYZ | 21.86 | 14.31 | 2.98 | - |
| YUV | 98.28 | 90.6 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 32 | 0 | 0.63 | 0.83 | 0.28 | 14.3 | 0.7 | 0.42 |
| Hex | B7 | 44 | 20 | 0 | 3F | 53 | 1C | E | 46 | 2A |
| Octal | 267 | 104 | 40 | 0 | 77 | 123 | 34 | 16 | 106 | 52 |
| Binary | 10110111 | 1000100 | 100000 | 0 | 111111 | 1010011 | 11100 | 1110 | 1000110 | 101010 |
Color Harmonies of #B74420
Complementary color
Monochromatic Colors of #B74420
Black with #B74420
Text Example
Text Example
White with #B74420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74420; }
p { color: rgb(183,68,32); }
H1.HeaderClassName
{
color: #B74420;
}
.AnyTagClassName
{
color: #B74420;
}
</style>
background-color css
<style>
a { background-color: #B74420; }
a { background-color: rgb(183,68,32); }
div.DivClassName
{
background-color: #B74420;
}
.BgClassName
{
background-color: #B74420;
}
</style>
border-color css
<style>
span { border-color: #B74420; }
span { border-color: rgb(183,68,32); }
td.TdClassName
{
border-color: #B74420;
}
.TagClassName
{
border-color: #B74420;
}
</style>