Shades of Rust #B63204
Tints of Rust #B63204
RGB
CMYK
RGB Variations
Color information
#B63204 (or 0xB63204) is known color: Rust. HEX triplet: B6, 32 and 04. RGB value is (182,50,4). Sum of RGB (Red+Green+Blue) = 182+50+4=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B63204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63204 is #49CDFB. Grayscale: #545454. Windows color (decimal): -4836860 or 275126. OLE color: 275126.
HSL color Cylindrical-coordinate representation of color #B63204: hue angle of 15.51º 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 #B63204 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.29 |
| HSL | 15.51º | 0.96% | 0.36% | - |
| HSV(B) | 15.51º | 0.98% | 0.71% | - |
| XYZ | 20.45 | 12.24 | 1.4 | - |
| YUV | 84.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 4 | 0 | 0.73 | 0.98 | 0.29 | 15.51 | 0.96 | 0.36 |
| Hex | B6 | 32 | 4 | 0 | 49 | 62 | 1D | 10 | 60 | 24 |
| Octal | 266 | 62 | 4 | 0 | 111 | 142 | 35 | 20 | 140 | 44 |
| Binary | 10110110 | 110010 | 100 | 0 | 1001001 | 1100010 | 11101 | 10000 | 1100000 | 100100 |
Color Harmonies of #B63204
Complementary color
Monochromatic Colors of #B63204
Black with #B63204
Text Example
Text Example
White with #B63204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63204; }
p { color: rgb(182,50,4); }
H1.HeaderClassName
{
color: #B63204;
}
.AnyTagClassName
{
color: #B63204;
}
</style>
background-color css
<style>
a { background-color: #B63204; }
a { background-color: rgb(182,50,4); }
div.DivClassName
{
background-color: #B63204;
}
.BgClassName
{
background-color: #B63204;
}
</style>
border-color css
<style>
span { border-color: #B63204; }
span { border-color: rgb(182,50,4); }
td.TdClassName
{
border-color: #B63204;
}
.TagClassName
{
border-color: #B63204;
}
</style>