Shades of Rust #B7400C
Tints of Rust #B7400C
RGB
CMYK
RGB Variations
Color information
#B7400C (or 0xB7400C) is known color: Rust. HEX triplet: B7, 40 and 0C. RGB value is (183,64,12). Sum of RGB (Red+Green+Blue) = 183+64+12=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7400C is #48BFF3. Grayscale: #5D5D5D. Windows color (decimal): -4767732 or 802999. OLE color: 802999.
HSL color Cylindrical-coordinate representation of color #B7400C: hue angle of 18.25º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7400C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 12 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.28 |
| HSL | 18.25º | 0.88% | 0.38% | - |
| HSV(B) | 18.25º | 0.93% | 0.72% | - |
| XYZ | 21.43 | 13.76 | 1.87 | - |
| YUV | 93.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 12 | 0 | 0.65 | 0.93 | 0.28 | 18.25 | 0.88 | 0.38 |
| Hex | B7 | 40 | C | 0 | 41 | 5D | 1C | 12 | 58 | 26 |
| Octal | 267 | 100 | 14 | 0 | 101 | 135 | 34 | 22 | 130 | 46 |
| Binary | 10110111 | 1000000 | 1100 | 0 | 1000001 | 1011101 | 11100 | 10010 | 1011000 | 100110 |
Color Harmonies of #B7400C
Complementary color
Monochromatic Colors of #B7400C
Black with #B7400C
Text Example
Text Example
White with #B7400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7400C; }
p { color: rgb(183,64,12); }
H1.HeaderClassName
{
color: #B7400C;
}
.AnyTagClassName
{
color: #B7400C;
}
</style>
background-color css
<style>
a { background-color: #B7400C; }
a { background-color: rgb(183,64,12); }
div.DivClassName
{
background-color: #B7400C;
}
.BgClassName
{
background-color: #B7400C;
}
</style>
border-color css
<style>
span { border-color: #B7400C; }
span { border-color: rgb(183,64,12); }
td.TdClassName
{
border-color: #B7400C;
}
.TagClassName
{
border-color: #B7400C;
}
</style>