Shades of Rust #B7430B
Tints of Rust #B7430B
RGB
CMYK
RGB Variations
Color information
#B7430B (or 0xB7430B) is known color: Rust. HEX triplet: B7, 43 and 0B. RGB value is (183,67,11). Sum of RGB (Red+Green+Blue) = 183+67+11=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7430B is #48BCF4. Grayscale: #5F5F5F. Windows color (decimal): -4766965 or 738231. OLE color: 738231.
HSL color Cylindrical-coordinate representation of color #B7430B: hue angle of 19.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7430B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.28 |
| HSL | 19.53º | 0.89% | 0.38% | - |
| HSV(B) | 19.53º | 0.94% | 0.72% | - |
| XYZ | 21.6 | 14.11 | 1.9 | - |
| YUV | 95.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 11 | 0 | 0.63 | 0.94 | 0.28 | 19.53 | 0.89 | 0.38 |
| Hex | B7 | 43 | B | 0 | 3F | 5E | 1C | 14 | 59 | 26 |
| Octal | 267 | 103 | 13 | 0 | 77 | 136 | 34 | 24 | 131 | 46 |
| Binary | 10110111 | 1000011 | 1011 | 0 | 111111 | 1011110 | 11100 | 10100 | 1011001 | 100110 |
Color Harmonies of #B7430B
Complementary color
Monochromatic Colors of #B7430B
Black with #B7430B
Text Example
Text Example
White with #B7430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7430B; }
p { color: rgb(183,67,11); }
H1.HeaderClassName
{
color: #B7430B;
}
.AnyTagClassName
{
color: #B7430B;
}
</style>
background-color css
<style>
a { background-color: #B7430B; }
a { background-color: rgb(183,67,11); }
div.DivClassName
{
background-color: #B7430B;
}
.BgClassName
{
background-color: #B7430B;
}
</style>
border-color css
<style>
span { border-color: #B7430B; }
span { border-color: rgb(183,67,11); }
td.TdClassName
{
border-color: #B7430B;
}
.TagClassName
{
border-color: #B7430B;
}
</style>