Shades of Rust #B64B19
Tints of Rust #B64B19
RGB
CMYK
RGB Variations
Color information
#B64B19 (or 0xB64B19) is known color: Rust. HEX triplet: B6, 4B and 19. RGB value is (182,75,25). Sum of RGB (Red+Green+Blue) = 182+75+25=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B19 is #49B4E6. Grayscale: #656565. Windows color (decimal): -4830439 or 1657782. OLE color: 1657782.
HSL color Cylindrical-coordinate representation of color #B64B19: hue angle of 19.11º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B64B19 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 25 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.29 |
| HSL | 19.11º | 0.76% | 0.41% | - |
| HSV(B) | 19.11º | 0.86% | 0.71% | - |
| XYZ | 21.98 | 15.05 | 2.67 | - |
| YUV | 101.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 25 | 0 | 0.59 | 0.86 | 0.29 | 19.11 | 0.76 | 0.41 |
| Hex | B6 | 4B | 19 | 0 | 3B | 56 | 1D | 13 | 4C | 29 |
| Octal | 266 | 113 | 31 | 0 | 73 | 126 | 35 | 23 | 114 | 51 |
| Binary | 10110110 | 1001011 | 11001 | 0 | 111011 | 1010110 | 11101 | 10011 | 1001100 | 101001 |
Color Harmonies of #B64B19
Complementary color
Monochromatic Colors of #B64B19
Black with #B64B19
Text Example
Text Example
White with #B64B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B19; }
p { color: rgb(182,75,25); }
H1.HeaderClassName
{
color: #B64B19;
}
.AnyTagClassName
{
color: #B64B19;
}
</style>
background-color css
<style>
a { background-color: #B64B19; }
a { background-color: rgb(182,75,25); }
div.DivClassName
{
background-color: #B64B19;
}
.BgClassName
{
background-color: #B64B19;
}
</style>
border-color css
<style>
span { border-color: #B64B19; }
span { border-color: rgb(182,75,25); }
td.TdClassName
{
border-color: #B64B19;
}
.TagClassName
{
border-color: #B64B19;
}
</style>