Shades of Rust #B43404
Tints of Rust #B43404
RGB
CMYK
RGB Variations
Color information
#B43404 (or 0xB43404) is known color: Rust. HEX triplet: B4, 34 and 04. RGB value is (180,52,4). Sum of RGB (Red+Green+Blue) = 180+52+4=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B43404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43404 is #4BCBFB. Grayscale: #555555. Windows color (decimal): -4967420 or 275636. OLE color: 275636.
HSL color Cylindrical-coordinate representation of color #B43404: hue angle of 16.36º 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 #B43404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.29 |
| HSL | 16.36º | 0.96% | 0.36% | - |
| HSV(B) | 16.36º | 0.98% | 0.71% | - |
| XYZ | 20.07 | 12.17 | 1.41 | - |
| YUV | 84.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 4 | 0 | 0.71 | 0.98 | 0.29 | 16.36 | 0.96 | 0.36 |
| Hex | B4 | 34 | 4 | 0 | 47 | 62 | 1D | 10 | 60 | 24 |
| Octal | 264 | 64 | 4 | 0 | 107 | 142 | 35 | 20 | 140 | 44 |
| Binary | 10110100 | 110100 | 100 | 0 | 1000111 | 1100010 | 11101 | 10000 | 1100000 | 100100 |
Color Harmonies of #B43404
Complementary color
Monochromatic Colors of #B43404
Black with #B43404
Text Example
Text Example
White with #B43404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43404; }
p { color: rgb(180,52,4); }
H1.HeaderClassName
{
color: #B43404;
}
.AnyTagClassName
{
color: #B43404;
}
</style>
background-color css
<style>
a { background-color: #B43404; }
a { background-color: rgb(180,52,4); }
div.DivClassName
{
background-color: #B43404;
}
.BgClassName
{
background-color: #B43404;
}
</style>
border-color css
<style>
span { border-color: #B43404; }
span { border-color: rgb(180,52,4); }
td.TdClassName
{
border-color: #B43404;
}
.TagClassName
{
border-color: #B43404;
}
</style>