Shades of Rust #B7401C
Tints of Rust #B7401C
RGB
CMYK
RGB Variations
Color information
#B7401C (or 0xB7401C) is known color: Rust. HEX triplet: B7, 40 and 1C. RGB value is (183,64,28). Sum of RGB (Red+Green+Blue) = 183+64+28=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7401C is #48BFE3. Grayscale: #5F5F5F. Windows color (decimal): -4767716 or 1851575. OLE color: 1851575.
HSL color Cylindrical-coordinate representation of color #B7401C: hue angle of 13.94º 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 #B7401C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.28 |
| HSL | 13.94º | 0.73% | 0.41% | - |
| HSV(B) | 13.94º | 0.85% | 0.72% | - |
| XYZ | 21.57 | 13.82 | 2.63 | - |
| YUV | 95.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 28 | 0 | 0.65 | 0.85 | 0.28 | 13.94 | 0.73 | 0.41 |
| Hex | B7 | 40 | 1C | 0 | 41 | 55 | 1C | E | 49 | 29 |
| Octal | 267 | 100 | 34 | 0 | 101 | 125 | 34 | 16 | 111 | 51 |
| Binary | 10110111 | 1000000 | 11100 | 0 | 1000001 | 1010101 | 11100 | 1110 | 1001001 | 101001 |
Color Harmonies of #B7401C
Complementary color
Monochromatic Colors of #B7401C
Black with #B7401C
Text Example
Text Example
White with #B7401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7401C; }
p { color: rgb(183,64,28); }
H1.HeaderClassName
{
color: #B7401C;
}
.AnyTagClassName
{
color: #B7401C;
}
</style>
background-color css
<style>
a { background-color: #B7401C; }
a { background-color: rgb(183,64,28); }
div.DivClassName
{
background-color: #B7401C;
}
.BgClassName
{
background-color: #B7401C;
}
</style>
border-color css
<style>
span { border-color: #B7401C; }
span { border-color: rgb(183,64,28); }
td.TdClassName
{
border-color: #B7401C;
}
.TagClassName
{
border-color: #B7401C;
}
</style>