Shades of Rust #B64408
Tints of Rust #B64408
RGB
CMYK
RGB Variations
Color information
#B64408 (or 0xB64408) is known color: Rust. HEX triplet: B6, 44 and 08. RGB value is (182,68,8). Sum of RGB (Red+Green+Blue) = 182+68+8=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B64408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64408 is #49BBF7. Grayscale: #5F5F5F. Windows color (decimal): -4832248 or 541878. OLE color: 541878.
HSL color Cylindrical-coordinate representation of color #B64408: hue angle of 20.69º 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 #B64408 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.29 |
| HSL | 20.69º | 0.92% | 0.37% | - |
| HSV(B) | 20.69º | 0.96% | 0.71% | - |
| XYZ | 21.4 | 14.1 | 1.82 | - |
| YUV | 95.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 8 | 0 | 0.63 | 0.96 | 0.29 | 20.69 | 0.92 | 0.37 |
| Hex | B6 | 44 | 8 | 0 | 3F | 60 | 1D | 15 | 5C | 25 |
| Octal | 266 | 104 | 10 | 0 | 77 | 140 | 35 | 25 | 134 | 45 |
| Binary | 10110110 | 1000100 | 1000 | 0 | 111111 | 1100000 | 11101 | 10101 | 1011100 | 100101 |
Color Harmonies of #B64408
Complementary color
Monochromatic Colors of #B64408
Black with #B64408
Text Example
Text Example
White with #B64408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64408; }
p { color: rgb(182,68,8); }
H1.HeaderClassName
{
color: #B64408;
}
.AnyTagClassName
{
color: #B64408;
}
</style>
background-color css
<style>
a { background-color: #B64408; }
a { background-color: rgb(182,68,8); }
div.DivClassName
{
background-color: #B64408;
}
.BgClassName
{
background-color: #B64408;
}
</style>
border-color css
<style>
span { border-color: #B64408; }
span { border-color: rgb(182,68,8); }
td.TdClassName
{
border-color: #B64408;
}
.TagClassName
{
border-color: #B64408;
}
</style>