Shades of Rust #B63004
Tints of Rust #B63004
RGB
CMYK
RGB Variations
Color information
#B63004 (or 0xB63004) is known color: Rust. HEX triplet: B6, 30 and 04. RGB value is (182,48,4). Sum of RGB (Red+Green+Blue) = 182+48+4=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B63004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63004 is #49CFFB. Grayscale: #535353. Windows color (decimal): -4837372 or 274614. OLE color: 274614.
HSL color Cylindrical-coordinate representation of color #B63004: hue angle of 14.83º 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 #B63004 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.29 |
| HSL | 14.83º | 0.96% | 0.36% | - |
| HSV(B) | 14.83º | 0.98% | 0.71% | - |
| XYZ | 20.37 | 12.07 | 1.37 | - |
| YUV | 83.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 4 | 0 | 0.74 | 0.98 | 0.29 | 14.83 | 0.96 | 0.36 |
| Hex | B6 | 30 | 4 | 0 | 4A | 62 | 1D | F | 60 | 24 |
| Octal | 266 | 60 | 4 | 0 | 112 | 142 | 35 | 17 | 140 | 44 |
| Binary | 10110110 | 110000 | 100 | 0 | 1001010 | 1100010 | 11101 | 1111 | 1100000 | 100100 |
Color Harmonies of #B63004
Complementary color
Monochromatic Colors of #B63004
Black with #B63004
Text Example
Text Example
White with #B63004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63004; }
p { color: rgb(182,48,4); }
H1.HeaderClassName
{
color: #B63004;
}
.AnyTagClassName
{
color: #B63004;
}
</style>
background-color css
<style>
a { background-color: #B63004; }
a { background-color: rgb(182,48,4); }
div.DivClassName
{
background-color: #B63004;
}
.BgClassName
{
background-color: #B63004;
}
</style>
border-color css
<style>
span { border-color: #B63004; }
span { border-color: rgb(182,48,4); }
td.TdClassName
{
border-color: #B63004;
}
.TagClassName
{
border-color: #B63004;
}
</style>