Shades of Rust #B7400A
Tints of Rust #B7400A
RGB
CMYK
RGB Variations
Color information
#B7400A (or 0xB7400A) is known color: Rust. HEX triplet: B7, 40 and 0A. RGB value is (183,64,10). Sum of RGB (Red+Green+Blue) = 183+64+10=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B7400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7400A is #48BFF5. Grayscale: #5D5D5D. Windows color (decimal): -4767734 or 671927. OLE color: 671927.
HSL color Cylindrical-coordinate representation of color #B7400A: hue angle of 18.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7400A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.28 |
| HSL | 18.73º | 0.9% | 0.38% | - |
| HSV(B) | 18.73º | 0.95% | 0.72% | - |
| XYZ | 21.42 | 13.76 | 1.81 | - |
| YUV | 93.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 10 | 0 | 0.65 | 0.95 | 0.28 | 18.73 | 0.9 | 0.38 |
| Hex | B7 | 40 | A | 0 | 41 | 5F | 1C | 13 | 5A | 26 |
| Octal | 267 | 100 | 12 | 0 | 101 | 137 | 34 | 23 | 132 | 46 |
| Binary | 10110111 | 1000000 | 1010 | 0 | 1000001 | 1011111 | 11100 | 10011 | 1011010 | 100110 |
Color Harmonies of #B7400A
Complementary color
Monochromatic Colors of #B7400A
Black with #B7400A
Text Example
Text Example
White with #B7400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7400A; }
p { color: rgb(183,64,10); }
H1.HeaderClassName
{
color: #B7400A;
}
.AnyTagClassName
{
color: #B7400A;
}
</style>
background-color css
<style>
a { background-color: #B7400A; }
a { background-color: rgb(183,64,10); }
div.DivClassName
{
background-color: #B7400A;
}
.BgClassName
{
background-color: #B7400A;
}
</style>
border-color css
<style>
span { border-color: #B7400A; }
span { border-color: rgb(183,64,10); }
td.TdClassName
{
border-color: #B7400A;
}
.TagClassName
{
border-color: #B7400A;
}
</style>