Shades of Rust #B43C04
Tints of Rust #B43C04
RGB
CMYK
RGB Variations
Color information
#B43C04 (or 0xB43C04) is known color: Rust. HEX triplet: B4, 3C and 04. RGB value is (180,60,4). Sum of RGB (Red+Green+Blue) = 180+60+4=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C04 is #4BC3FB. Grayscale: #595959. Windows color (decimal): -4965372 or 277684. OLE color: 277684.
HSL color Cylindrical-coordinate representation of color #B43C04: hue angle of 19.09º 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 #B43C04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.29 |
| HSL | 19.09º | 0.96% | 0.36% | - |
| HSV(B) | 19.09º | 0.98% | 0.71% | - |
| XYZ | 20.46 | 12.94 | 1.53 | - |
| YUV | 89.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 4 | 0 | 0.67 | 0.98 | 0.29 | 19.09 | 0.96 | 0.36 |
| Hex | B4 | 3C | 4 | 0 | 43 | 62 | 1D | 13 | 60 | 24 |
| Octal | 264 | 74 | 4 | 0 | 103 | 142 | 35 | 23 | 140 | 44 |
| Binary | 10110100 | 111100 | 100 | 0 | 1000011 | 1100010 | 11101 | 10011 | 1100000 | 100100 |
Color Harmonies of #B43C04
Complementary color
Monochromatic Colors of #B43C04
Black with #B43C04
Text Example
Text Example
White with #B43C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C04; }
p { color: rgb(180,60,4); }
H1.HeaderClassName
{
color: #B43C04;
}
.AnyTagClassName
{
color: #B43C04;
}
</style>
background-color css
<style>
a { background-color: #B43C04; }
a { background-color: rgb(180,60,4); }
div.DivClassName
{
background-color: #B43C04;
}
.BgClassName
{
background-color: #B43C04;
}
</style>
border-color css
<style>
span { border-color: #B43C04; }
span { border-color: rgb(180,60,4); }
td.TdClassName
{
border-color: #B43C04;
}
.TagClassName
{
border-color: #B43C04;
}
</style>