Shades of Rust #B63808
Tints of Rust #B63808
RGB
CMYK
RGB Variations
Color information
#B63808 (or 0xB63808) is known color: Rust. HEX triplet: B6, 38 and 08. RGB value is (182,56,8). Sum of RGB (Red+Green+Blue) = 182+56+8=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B63808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63808 is #49C7F7. Grayscale: #585858. Windows color (decimal): -4835320 or 538806. OLE color: 538806.
HSL color Cylindrical-coordinate representation of color #B63808: hue angle of 16.55º degrees, saturation: 0.92, 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 #B63808 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.29 |
| HSL | 16.55º | 0.92% | 0.37% | - |
| HSV(B) | 16.55º | 0.96% | 0.71% | - |
| XYZ | 20.75 | 12.79 | 1.61 | - |
| YUV | 88.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 8 | 0 | 0.69 | 0.96 | 0.29 | 16.55 | 0.92 | 0.37 |
| Hex | B6 | 38 | 8 | 0 | 45 | 60 | 1D | 11 | 5C | 25 |
| Octal | 266 | 70 | 10 | 0 | 105 | 140 | 35 | 21 | 134 | 45 |
| Binary | 10110110 | 111000 | 1000 | 0 | 1000101 | 1100000 | 11101 | 10001 | 1011100 | 100101 |
Color Harmonies of #B63808
Complementary color
Monochromatic Colors of #B63808
Black with #B63808
Text Example
Text Example
White with #B63808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63808; }
p { color: rgb(182,56,8); }
H1.HeaderClassName
{
color: #B63808;
}
.AnyTagClassName
{
color: #B63808;
}
</style>
background-color css
<style>
a { background-color: #B63808; }
a { background-color: rgb(182,56,8); }
div.DivClassName
{
background-color: #B63808;
}
.BgClassName
{
background-color: #B63808;
}
</style>
border-color css
<style>
span { border-color: #B63808; }
span { border-color: rgb(182,56,8); }
td.TdClassName
{
border-color: #B63808;
}
.TagClassName
{
border-color: #B63808;
}
</style>