Shades of Rust #B74421
Tints of Rust #B74421
RGB
CMYK
RGB Variations
Color information
#B74421 (or 0xB74421) is known color: Rust. HEX triplet: B7, 44 and 21. RGB value is (183,68,33). Sum of RGB (Red+Green+Blue) = 183+68+33=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B74421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74421 is #48BBDE. Grayscale: #626262. Windows color (decimal): -4766687 or 2180279. OLE color: 2180279.
HSL color Cylindrical-coordinate representation of color #B74421: hue angle of 14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B74421 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 33 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.28 |
| HSL | 14º | 0.69% | 0.42% | - |
| HSV(B) | 14º | 0.82% | 0.72% | - |
| XYZ | 21.87 | 14.31 | 3.05 | - |
| YUV | 98.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 33 | 0 | 0.63 | 0.82 | 0.28 | 14 | 0.69 | 0.42 |
| Hex | B7 | 44 | 21 | 0 | 3F | 52 | 1C | E | 45 | 2A |
| Octal | 267 | 104 | 41 | 0 | 77 | 122 | 34 | 16 | 105 | 52 |
| Binary | 10110111 | 1000100 | 100001 | 0 | 111111 | 1010010 | 11100 | 1110 | 1000101 | 101010 |
Color Harmonies of #B74421
Complementary color
Monochromatic Colors of #B74421
Black with #B74421
Text Example
Text Example
White with #B74421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74421; }
p { color: rgb(183,68,33); }
H1.HeaderClassName
{
color: #B74421;
}
.AnyTagClassName
{
color: #B74421;
}
</style>
background-color css
<style>
a { background-color: #B74421; }
a { background-color: rgb(183,68,33); }
div.DivClassName
{
background-color: #B74421;
}
.BgClassName
{
background-color: #B74421;
}
</style>
border-color css
<style>
span { border-color: #B74421; }
span { border-color: rgb(183,68,33); }
td.TdClassName
{
border-color: #B74421;
}
.TagClassName
{
border-color: #B74421;
}
</style>