Shades of Rust #B7421D
Tints of Rust #B7421D
RGB
CMYK
RGB Variations
Color information
#B7421D (or 0xB7421D) is known color: Rust. HEX triplet: B7, 42 and 1D. RGB value is (183,66,29). Sum of RGB (Red+Green+Blue) = 183+66+29=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7421D is #48BDE2. Grayscale: #616161. Windows color (decimal): -4767203 or 1917623. OLE color: 1917623.
HSL color Cylindrical-coordinate representation of color #B7421D: hue angle of 14.42º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7421D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.28 |
| HSL | 14.42º | 0.73% | 0.42% | - |
| HSV(B) | 14.42º | 0.84% | 0.72% | - |
| XYZ | 21.7 | 14.05 | 2.73 | - |
| YUV | 96.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 29 | 0 | 0.64 | 0.84 | 0.28 | 14.42 | 0.73 | 0.42 |
| Hex | B7 | 42 | 1D | 0 | 40 | 54 | 1C | E | 49 | 2A |
| Octal | 267 | 102 | 35 | 0 | 100 | 124 | 34 | 16 | 111 | 52 |
| Binary | 10110111 | 1000010 | 11101 | 0 | 1000000 | 1010100 | 11100 | 1110 | 1001001 | 101010 |
Color Harmonies of #B7421D
Complementary color
Monochromatic Colors of #B7421D
Black with #B7421D
Text Example
Text Example
White with #B7421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7421D; }
p { color: rgb(183,66,29); }
H1.HeaderClassName
{
color: #B7421D;
}
.AnyTagClassName
{
color: #B7421D;
}
</style>
background-color css
<style>
a { background-color: #B7421D; }
a { background-color: rgb(183,66,29); }
div.DivClassName
{
background-color: #B7421D;
}
.BgClassName
{
background-color: #B7421D;
}
</style>
border-color css
<style>
span { border-color: #B7421D; }
span { border-color: rgb(183,66,29); }
td.TdClassName
{
border-color: #B7421D;
}
.TagClassName
{
border-color: #B7421D;
}
</style>