Shades of Rust #B7421C
Tints of Rust #B7421C
RGB
CMYK
RGB Variations
Color information
#B7421C (or 0xB7421C) is known color: Rust. HEX triplet: B7, 42 and 1C. RGB value is (183,66,28). Sum of RGB (Red+Green+Blue) = 183+66+28=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7421C is #48BDE3. Grayscale: #606060. Windows color (decimal): -4767204 or 1852087. OLE color: 1852087.
HSL color Cylindrical-coordinate representation of color #B7421C: hue angle of 14.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7421C is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 28 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.28 |
| HSL | 14.71º | 0.73% | 0.41% | - |
| HSV(B) | 14.71º | 0.85% | 0.72% | - |
| XYZ | 21.69 | 14.05 | 2.67 | - |
| YUV | 96.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 28 | 0 | 0.64 | 0.85 | 0.28 | 14.71 | 0.73 | 0.41 |
| Hex | B7 | 42 | 1C | 0 | 40 | 55 | 1C | F | 49 | 29 |
| Octal | 267 | 102 | 34 | 0 | 100 | 125 | 34 | 17 | 111 | 51 |
| Binary | 10110111 | 1000010 | 11100 | 0 | 1000000 | 1010101 | 11100 | 1111 | 1001001 | 101001 |
Color Harmonies of #B7421C
Complementary color
Monochromatic Colors of #B7421C
Black with #B7421C
Text Example
Text Example
White with #B7421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7421C; }
p { color: rgb(183,66,28); }
H1.HeaderClassName
{
color: #B7421C;
}
.AnyTagClassName
{
color: #B7421C;
}
</style>
background-color css
<style>
a { background-color: #B7421C; }
a { background-color: rgb(183,66,28); }
div.DivClassName
{
background-color: #B7421C;
}
.BgClassName
{
background-color: #B7421C;
}
</style>
border-color css
<style>
span { border-color: #B7421C; }
span { border-color: rgb(183,66,28); }
td.TdClassName
{
border-color: #B7421C;
}
.TagClassName
{
border-color: #B7421C;
}
</style>