Shades of Rust #B63807
Tints of Rust #B63807
RGB
CMYK
RGB Variations
Color information
#B63807 (or 0xB63807) is known color: Rust. HEX triplet: B6, 38 and 07. RGB value is (182,56,7). Sum of RGB (Red+Green+Blue) = 182+56+7=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63807 is #49C7F8. Grayscale: #585858. Windows color (decimal): -4835321 or 473270. OLE color: 473270.
HSL color Cylindrical-coordinate representation of color #B63807: hue angle of 16.8º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63807 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.29 |
| HSL | 16.8º | 0.93% | 0.37% | - |
| HSV(B) | 16.8º | 0.96% | 0.71% | - |
| XYZ | 20.74 | 12.79 | 1.58 | - |
| YUV | 88.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 7 | 0 | 0.69 | 0.96 | 0.29 | 16.8 | 0.93 | 0.37 |
| Hex | B6 | 38 | 7 | 0 | 45 | 60 | 1D | 11 | 5D | 25 |
| Octal | 266 | 70 | 7 | 0 | 105 | 140 | 35 | 21 | 135 | 45 |
| Binary | 10110110 | 111000 | 111 | 0 | 1000101 | 1100000 | 11101 | 10001 | 1011101 | 100101 |
Color Harmonies of #B63807
Complementary color
Monochromatic Colors of #B63807
Black with #B63807
Text Example
Text Example
White with #B63807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63807; }
p { color: rgb(182,56,7); }
H1.HeaderClassName
{
color: #B63807;
}
.AnyTagClassName
{
color: #B63807;
}
</style>
background-color css
<style>
a { background-color: #B63807; }
a { background-color: rgb(182,56,7); }
div.DivClassName
{
background-color: #B63807;
}
.BgClassName
{
background-color: #B63807;
}
</style>
border-color css
<style>
span { border-color: #B63807; }
span { border-color: rgb(182,56,7); }
td.TdClassName
{
border-color: #B63807;
}
.TagClassName
{
border-color: #B63807;
}
</style>