Shades of Rust #B7430E
Tints of Rust #B7430E
RGB
CMYK
RGB Variations
Color information
#B7430E (or 0xB7430E) is known color: Rust. HEX triplet: B7, 43 and 0E. RGB value is (183,67,14). Sum of RGB (Red+Green+Blue) = 183+67+14=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7430E is #48BCF1. Grayscale: #5F5F5F. Windows color (decimal): -4766962 or 934839. OLE color: 934839.
HSL color Cylindrical-coordinate representation of color #B7430E: hue angle of 18.82º 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 #B7430E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.28 |
| HSL | 18.82º | 0.86% | 0.39% | - |
| HSV(B) | 18.82º | 0.92% | 0.72% | - |
| XYZ | 21.61 | 14.11 | 2 | - |
| YUV | 95.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 14 | 0 | 0.63 | 0.92 | 0.28 | 18.82 | 0.86 | 0.39 |
| Hex | B7 | 43 | E | 0 | 3F | 5C | 1C | 13 | 56 | 27 |
| Octal | 267 | 103 | 16 | 0 | 77 | 134 | 34 | 23 | 126 | 47 |
| Binary | 10110111 | 1000011 | 1110 | 0 | 111111 | 1011100 | 11100 | 10011 | 1010110 | 100111 |
Color Harmonies of #B7430E
Complementary color
Monochromatic Colors of #B7430E
Black with #B7430E
Text Example
Text Example
White with #B7430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7430E; }
p { color: rgb(183,67,14); }
H1.HeaderClassName
{
color: #B7430E;
}
.AnyTagClassName
{
color: #B7430E;
}
</style>
background-color css
<style>
a { background-color: #B7430E; }
a { background-color: rgb(183,67,14); }
div.DivClassName
{
background-color: #B7430E;
}
.BgClassName
{
background-color: #B7430E;
}
</style>
border-color css
<style>
span { border-color: #B7430E; }
span { border-color: rgb(183,67,14); }
td.TdClassName
{
border-color: #B7430E;
}
.TagClassName
{
border-color: #B7430E;
}
</style>