Shades of Rust #B64A1D
Tints of Rust #B64A1D
RGB
CMYK
RGB Variations
Color information
#B64A1D (or 0xB64A1D) is known color: Rust. HEX triplet: B6, 4A and 1D. RGB value is (182,74,29). Sum of RGB (Red+Green+Blue) = 182+74+29=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A1D is #49B5E2. Grayscale: #656565. Windows color (decimal): -4830691 or 1919670. OLE color: 1919670.
HSL color Cylindrical-coordinate representation of color #B64A1D: hue angle of 17.65º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B64A1D is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 29 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.29 |
| HSL | 17.65º | 0.73% | 0.41% | - |
| HSV(B) | 17.65º | 0.84% | 0.71% | - |
| XYZ | 21.96 | 14.93 | 2.89 | - |
| YUV | 101.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 29 | 0 | 0.59 | 0.84 | 0.29 | 17.65 | 0.73 | 0.41 |
| Hex | B6 | 4A | 1D | 0 | 3B | 54 | 1D | 12 | 49 | 29 |
| Octal | 266 | 112 | 35 | 0 | 73 | 124 | 35 | 22 | 111 | 51 |
| Binary | 10110110 | 1001010 | 11101 | 0 | 111011 | 1010100 | 11101 | 10010 | 1001001 | 101001 |
Color Harmonies of #B64A1D
Complementary color
Monochromatic Colors of #B64A1D
Black with #B64A1D
Text Example
Text Example
White with #B64A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A1D; }
p { color: rgb(182,74,29); }
H1.HeaderClassName
{
color: #B64A1D;
}
.AnyTagClassName
{
color: #B64A1D;
}
</style>
background-color css
<style>
a { background-color: #B64A1D; }
a { background-color: rgb(182,74,29); }
div.DivClassName
{
background-color: #B64A1D;
}
.BgClassName
{
background-color: #B64A1D;
}
</style>
border-color css
<style>
span { border-color: #B64A1D; }
span { border-color: rgb(182,74,29); }
td.TdClassName
{
border-color: #B64A1D;
}
.TagClassName
{
border-color: #B64A1D;
}
</style>