Shades of Rust #B63A04
Tints of Rust #B63A04
RGB
CMYK
RGB Variations
Color information
#B63A04 (or 0xB63A04) is known color: Rust. HEX triplet: B6, 3A and 04. RGB value is (182,58,4). Sum of RGB (Red+Green+Blue) = 182+58+4=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A04 is #49C5FB. Grayscale: #595959. Windows color (decimal): -4834812 or 277174. OLE color: 277174.
HSL color Cylindrical-coordinate representation of color #B63A04: hue angle of 18.2º 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 #B63A04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.29 |
| HSL | 18.2º | 0.96% | 0.36% | - |
| HSV(B) | 18.2º | 0.98% | 0.71% | - |
| XYZ | 20.83 | 12.98 | 1.52 | - |
| YUV | 88.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 4 | 0 | 0.68 | 0.98 | 0.29 | 18.2 | 0.96 | 0.36 |
| Hex | B6 | 3A | 4 | 0 | 44 | 62 | 1D | 12 | 60 | 24 |
| Octal | 266 | 72 | 4 | 0 | 104 | 142 | 35 | 22 | 140 | 44 |
| Binary | 10110110 | 111010 | 100 | 0 | 1000100 | 1100010 | 11101 | 10010 | 1100000 | 100100 |
Color Harmonies of #B63A04
Complementary color
Monochromatic Colors of #B63A04
Black with #B63A04
Text Example
Text Example
White with #B63A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A04; }
p { color: rgb(182,58,4); }
H1.HeaderClassName
{
color: #B63A04;
}
.AnyTagClassName
{
color: #B63A04;
}
</style>
background-color css
<style>
a { background-color: #B63A04; }
a { background-color: rgb(182,58,4); }
div.DivClassName
{
background-color: #B63A04;
}
.BgClassName
{
background-color: #B63A04;
}
</style>
border-color css
<style>
span { border-color: #B63A04; }
span { border-color: rgb(182,58,4); }
td.TdClassName
{
border-color: #B63A04;
}
.TagClassName
{
border-color: #B63A04;
}
</style>