Shades of Rust #B63904
Tints of Rust #B63904
RGB
CMYK
RGB Variations
Color information
#B63904 (or 0xB63904) is known color: Rust. HEX triplet: B6, 39 and 04. RGB value is (182,57,4). Sum of RGB (Red+Green+Blue) = 182+57+4=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63904 is #49C6FB. Grayscale: #585858. Windows color (decimal): -4835068 or 276918. OLE color: 276918.
HSL color Cylindrical-coordinate representation of color #B63904: hue angle of 17.87º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B63904 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.29 |
| HSL | 17.87º | 0.96% | 0.36% | - |
| HSV(B) | 17.87º | 0.98% | 0.71% | - |
| XYZ | 20.78 | 12.88 | 1.51 | - |
| YUV | 88.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 4 | 0 | 0.69 | 0.98 | 0.29 | 17.87 | 0.96 | 0.36 |
| Hex | B6 | 39 | 4 | 0 | 45 | 62 | 1D | 12 | 60 | 24 |
| Octal | 266 | 71 | 4 | 0 | 105 | 142 | 35 | 22 | 140 | 44 |
| Binary | 10110110 | 111001 | 100 | 0 | 1000101 | 1100010 | 11101 | 10010 | 1100000 | 100100 |
Color Harmonies of #B63904
Complementary color
Monochromatic Colors of #B63904
Black with #B63904
Text Example
Text Example
White with #B63904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63904; }
p { color: rgb(182,57,4); }
H1.HeaderClassName
{
color: #B63904;
}
.AnyTagClassName
{
color: #B63904;
}
</style>
background-color css
<style>
a { background-color: #B63904; }
a { background-color: rgb(182,57,4); }
div.DivClassName
{
background-color: #B63904;
}
.BgClassName
{
background-color: #B63904;
}
</style>
border-color css
<style>
span { border-color: #B63904; }
span { border-color: rgb(182,57,4); }
td.TdClassName
{
border-color: #B63904;
}
.TagClassName
{
border-color: #B63904;
}
</style>