Shades of Rust #B4430D
Tints of Rust #B4430D
RGB
CMYK
RGB Variations
Color information
#B4430D (or 0xB4430D) is known color: Rust. HEX triplet: B4, 43 and 0D. RGB value is (180,67,13). Sum of RGB (Red+Green+Blue) = 180+67+13=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4430D is #4BBCF2. Grayscale: #5E5E5E. Windows color (decimal): -4963571 or 869300. OLE color: 869300.
HSL color Cylindrical-coordinate representation of color #B4430D: hue angle of 19.4º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4430D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.29 |
| HSL | 19.4º | 0.87% | 0.38% | - |
| HSV(B) | 19.4º | 0.93% | 0.71% | - |
| XYZ | 20.9 | 13.75 | 1.93 | - |
| YUV | 94.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 13 | 0 | 0.63 | 0.93 | 0.29 | 19.4 | 0.87 | 0.38 |
| Hex | B4 | 43 | D | 0 | 3F | 5D | 1D | 13 | 57 | 26 |
| Octal | 264 | 103 | 15 | 0 | 77 | 135 | 35 | 23 | 127 | 46 |
| Binary | 10110100 | 1000011 | 1101 | 0 | 111111 | 1011101 | 11101 | 10011 | 1010111 | 100110 |
Color Harmonies of #B4430D
Complementary color
Monochromatic Colors of #B4430D
Black with #B4430D
Text Example
Text Example
White with #B4430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4430D; }
p { color: rgb(180,67,13); }
H1.HeaderClassName
{
color: #B4430D;
}
.AnyTagClassName
{
color: #B4430D;
}
</style>
background-color css
<style>
a { background-color: #B4430D; }
a { background-color: rgb(180,67,13); }
div.DivClassName
{
background-color: #B4430D;
}
.BgClassName
{
background-color: #B4430D;
}
</style>
border-color css
<style>
span { border-color: #B4430D; }
span { border-color: rgb(180,67,13); }
td.TdClassName
{
border-color: #B4430D;
}
.TagClassName
{
border-color: #B4430D;
}
</style>