Shades of Rust #B7410E
Tints of Rust #B7410E
RGB
CMYK
RGB Variations
Color information
#B7410E (or 0xB7410E) is known color: Rust. HEX triplet: B7, 41 and 0E. RGB value is (183,65,14). Sum of RGB (Red+Green+Blue) = 183+65+14=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7410E is #48BEF1. Grayscale: #5E5E5E. Windows color (decimal): -4767474 or 934327. OLE color: 934327.
HSL color Cylindrical-coordinate representation of color #B7410E: hue angle of 18.11º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7410E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 65 | 14 | - |
CMYK | 0 | 0.64 | 0.92 | 0.28 |
HSL | 18.11º | 0.86% | 0.39% | - |
HSV(B) | 18.11º | 0.92% | 0.72% | - |
XYZ | 21.5 | 13.88 | 1.96 | - |
YUV | 94.47 | 82.59 | 191.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 65 | 14 | 0 | 0.64 | 0.92 | 0.28 | 18.11 | 0.86 | 0.39 |
Hex | B7 | 41 | E | 0 | 40 | 5C | 1C | 12 | 56 | 27 |
Octal | 267 | 101 | 16 | 0 | 100 | 134 | 34 | 22 | 126 | 47 |
Binary | 10110111 | 1000001 | 1110 | 0 | 1000000 | 1011100 | 11100 | 10010 | 1010110 | 100111 |
Color Harmonies of #B7410E
Complementary color
Monochromatic Colors of #B7410E
Black with #B7410E
Text Example
Text Example
White with #B7410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7410E; }
p { color: rgb(183,65,14); }
H1.HeaderClassName
{
color: #B7410E;
}
.AnyTagClassName
{
color: #B7410E;
}
</style>
background-color css
<style>
a { background-color: #B7410E; }
a { background-color: rgb(183,65,14); }
div.DivClassName
{
background-color: #B7410E;
}
.BgClassName
{
background-color: #B7410E;
}
</style>
border-color css
<style>
span { border-color: #B7410E; }
span { border-color: rgb(183,65,14); }
td.TdClassName
{
border-color: #B7410E;
}
.TagClassName
{
border-color: #B7410E;
}
</style>