Shades of Rust #B64401
Tints of Rust #B64401
RGB
CMYK
RGB Variations
Color information
#B64401 (or 0xB64401) is known color: Rust. HEX triplet: B6, 44 and 01. RGB value is (182,68,1). Sum of RGB (Red+Green+Blue) = 182+68+1=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B64401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64401 is #49BBFE. Grayscale: #5E5E5E. Windows color (decimal): -4832255 or 83126. OLE color: 83126.
HSL color Cylindrical-coordinate representation of color #B64401: hue angle of 22.21º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B64401 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.29 |
| HSL | 22.21º | 0.99% | 0.36% | - |
| HSV(B) | 22.21º | 0.99% | 0.71% | - |
| XYZ | 21.36 | 14.08 | 1.62 | - |
| YUV | 94.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 1 | 0 | 0.63 | 0.99 | 0.29 | 22.21 | 0.99 | 0.36 |
| Hex | B6 | 44 | 1 | 0 | 3F | 63 | 1D | 16 | 63 | 24 |
| Octal | 266 | 104 | 1 | 0 | 77 | 143 | 35 | 26 | 143 | 44 |
| Binary | 10110110 | 1000100 | 1 | 0 | 111111 | 1100011 | 11101 | 10110 | 1100011 | 100100 |
Color Harmonies of #B64401
Complementary color
Monochromatic Colors of #B64401
Black with #B64401
Text Example
Text Example
White with #B64401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64401; }
p { color: rgb(182,68,1); }
H1.HeaderClassName
{
color: #B64401;
}
.AnyTagClassName
{
color: #B64401;
}
</style>
background-color css
<style>
a { background-color: #B64401; }
a { background-color: rgb(182,68,1); }
div.DivClassName
{
background-color: #B64401;
}
.BgClassName
{
background-color: #B64401;
}
</style>
border-color css
<style>
span { border-color: #B64401; }
span { border-color: rgb(182,68,1); }
td.TdClassName
{
border-color: #B64401;
}
.TagClassName
{
border-color: #B64401;
}
</style>